-
Notifications
You must be signed in to change notification settings - Fork 208
/
package.json
65 lines (65 loc) · 1.53 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "oauthd",
"description": "OAuth that just works.",
"version": "2.1.1",
"homepage": "http://oauth-io.github.io/oauthd",
"author": "OAuth team <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/oauth-io/oauthd"
},
"license": "Apache-2.0",
"main": "index.js",
"engines": {
"node": ">=6.0.0"
},
"bin": {
"oauthd": "./oauthd"
},
"scripts": {
"test": "jasmine-node --coffee tests/spec"
},
"devDependencies": {
"browserify": "^13.1.1",
"coffee-script": "^1.11.1",
"coffeescript": "^1.12.7",
"grunt": "^1.3.0",
"grunt-browserify": "^5.0.0",
"grunt-contrib-coffee": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-requirejs": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-subgrunt": "^1.2.0",
"mock-fs": "^3.12.1",
"rewire": "^2.5.2"
},
"keywords": [],
"directories": {
"test": "test"
},
"dependencies": {
"async": "^2.1.2",
"body-parser": "^1.15.2",
"colors": "^1.1.2",
"cookie-parser": "^1.4.3",
"express": "^4.14.0",
"express-session": "^1.14.2",
"fakeredis": "^1.0.3",
"grunt-cli": "^1.3.1",
"ioredis": "^2.4.0",
"jsonfile": "^2.4.0",
"minimist": "^1.2.0",
"ncp": "^2.0.0",
"nodemailer": "^2.6.4",
"prompt": "^1.0.0",
"q": "^1.4.1",
"qs": "^6.3.0",
"request": "^2.78.0",
"restify": "^4.3.0",
"rimraf": "^2.5.4",
"sugar": "^2.0.2",
"ua-parser-js": "^0.7.12",
"underscore": "^1.8.3"
}
}