-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.11 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
{
"name": "usr",
"description": "User and groups management rest webservice",
"keywords": [
"user",
"webservice",
"server",
"oauth",
"groups"
],
"author": {
"name": "Luc Boissaye",
"email": "[email protected]",
"url": "http://github.com/ombr"
},
"homepage": "http://github.com/ombr/usr",
"main": "index",
"bugs": "https://github.com/ombr/usr/issues",
"repository": {
"type": "git",
"url": "git://github.com/ombr/usr.git"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"dependencies": {
"coffee-script": ">=1.3",
"express": "~2.5.9",
"everyauth": "~0.2.32",
"log": "~1.3.0",
"mongodb": "~1.1.2",
"node-promise": "~0.5.3",
"eventemitter2": "~0.4.9",
"async": "~0.1.22",
"socket.io": "~0.9.9",
"jade": "~0.27.0",
"supervisor": "~0.4.1"
},
"engines": {
"node": ">=0.6"
},
"devDependencies": {
"tobi": "*",
"chai": "*",
"socket.io-client": "~0.9.8",
"mocha": "*",
"jquery": "~1.7.3"
},
"_id": "@0.0.1",
"version": "0.0.1"
}