-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
57 lines (57 loc) · 1.33 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
{
"name": "oauth",
"description": "OAuth made easy",
"version": "0.1.0",
"homepage": "http://oauth.io/",
"author": "Webshell <team@webshell.io> (http://github.com/webshell)",
"repository": {
"type": "git",
"url": "gitolite@91.121.120.153:oauth_io"
},
"bugs": {
"url": ""
},
"licenses": [
{
"type": "MIT",
"url": "http://oauth.io/blob/master/LICENSE-MIT"
}
],
"main": "server/oauth.coffee",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt nodeunit"
},
"devDependencies": {
"grunt-contrib-jshint": "~0.1.1",
"grunt-contrib-nodeunit": "~0.1.2",
"grunt-contrib-watch": "~0.2.0",
"grunt-contrib-less": "~0.5.2",
"grunt-nodemon": "~0.0.4",
"grunt-concurrent": "~0.2.0",
"grunt": "~0.4.1",
"grunt-contrib-clean": "~0.4.1",
"grunt-jekyll": "~0.3.8"
},
"keywords": [],
"directories": {
"test": "test"
},
"license": "BSD",
"dependencies": {
"grunt-contrib-watch": "~0.2.0",
"grunt-contrib-jshint": "~0.1.1",
"grunt-contrib-nodeunit": "~0.1.2",
"grunt": "~0.4.1",
"grunt-contrib-coffee": "~0.7.0",
"grunt-contrib-clean": "~0.4.1",
"grunt-concurrent": "~0.2.0",
"grunt-nodemon": "~0.0.4",
"grunt-contrib-less": "~0.5.2",
"restify": "~2.5.1",
"redis": "~0.8.3",
"hiredis": "~0.1.15"
}
}