forked from oauth-io/oauthd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 1.74 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
66
67
68
69
70
71
72
{
"name": "oauthd",
"description": "OAuth that just works.",
"version": "1.0.0-beta.17",
"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": ">= 0.8.0"
},
"bin": {
"oauthd": "./oauthd"
},
"scripts": {
"test": "jasmine-node --coffee --verbose tests/spec"
},
"devDependencies": {
"browserify": "^4.2.1",
"coffee-script": "^1.8.0",
"grunt": "^0.4.5",
"grunt-browserify": "^2.1.3",
"grunt-contrib-coffee": "^0.12.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-requirejs": "^0.4.4",
"grunt-contrib-watch": "^0.6.1",
"grunt-subgrunt": "^0.4.1",
"mock-fs": "^2.3.1"
},
"keywords": [],
"directories": {
"test": "test"
},
"dependencies": {
"async": "~0.2.9",
"body-parser": "^1.9.0",
"colors": "^0.6.2",
"commander": "^2.3.0",
"cookie-parser": "^1.3.3",
"easy-cli": "^0.1.3-2-beta",
"express": "^4.2.0",
"express-session": "^1.8.2",
"fakeredis": "^0.2.1",
"grunt": "~0.4.4",
"hiredis": "^0.1.17",
"jayschema": "~0.2.0",
"jsonfile": "^2.0.0",
"jsonlint": "~1.6.0",
"liquid-node": "^0.3.1",
"marked": "~0.3.2",
"minimist": "^1.1.0",
"ncp": "^0.6.0",
"nodemailer": "~0.4.4",
"prerender-node": "~0.1.15",
"prompt": "^0.2.13",
"q": "^1.0.1",
"redis": "^0.12.1",
"request": "~2.33.0",
"restify": "~2.5.1",
"rewire": "^2.1.0",
"rimraf": "^2.2.8",
"sugar": "^1.4.1",
"timekeeper": "0.0.4",
"ua-parser-js": "~0.6.2",
"underscore": "~1.4.4"
}
}