-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
47 lines (47 loc) · 1.07 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
{
"name": "flatiron-http-users",
"version": "0.7.3",
"description": "Encapsulated routes and resources for managing users in flatiron HTTP apps",
"author": "Nodejitsu Inc <info@nodejitsu.com>",
"contributors": [
{
"name": "Charlie Robbins",
"email": "charlie@nodejitsu.com"
},
{
"name": "Nuno Job",
"email": "nuno@nodejitsu.com"
}
],
"repository": {
"type": "git",
"url": "http://github.com/flatiron/http-users.git"
},
"peerDependencies": {
"flatiron": "0.x.x",
"director": "1.2.x",
"restful": "~0.2.2"
},
"dependencies": {
"basic-auth-parser": "0.0.x",
"node_hash": "0.2.x",
"node-uuid": "~1.3.3"
},
"devDependencies": {
"api-easy": "~0.3.6",
"flatiron": "~0.4.3",
"director": "~1.2.1",
"nano": "*",
"resourceful": "~0.2.1",
"restful": "~0.2.2",
"union": "0.3.x",
"vows": "0.7.x"
},
"main": "./lib/http-users",
"scripts": {
"test": "vows test/*-test.js test/**/*-test.js test/**/**/*-test.js --spec --isolate"
},
"engines": {
"node": ">= 0.6.0"
}
}