forked from travis4all/baucis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.21 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
{
"name": "baucis",
"author": "William Riley-Land <[email protected]>",
"homepage": "https://github.com/wprl/baucis",
"version": "0.18.0",
"main": "index.js",
"scripts": {
"test": "mocha --bail --timeout 5000 --globals vegetables"
},
"repository": {
"type": "git",
"url": "https://github.com/wprl/baucis.git"
},
"bugs": {
"url": "https://github.com/wprl/baucis/issues/new",
"email": "[email protected]"
},
"license": "MIT",
"description": "Build scalable REST APIs using the open source tools and standards you already know.",
"keywords": [
"REST",
"RESTful",
"API",
"express",
"mongoose",
"schema",
"schemata",
"mongo",
"rfc2616",
"web",
"http"
],
"dependencies": {
"semver": "~2.2.1",
"deco": "~0.10.2",
"event-stream": "~3.1.1",
"baucis-json": "0.0.3"
},
"peerDependencies": {
"mongoose": "~3.8.1",
"express": "~3.5.1"
},
"devDependencies": {
"mocha": "~1.18.2",
"async": "~0.7.0",
"expect.js": "~0.3.1",
"passport": "~0.2.0",
"passport-local": "~1.0.0",
"request": "~2.34.0",
"parse-links": "~0.1.0",
"mongoose": "~3.8.8",
"express": "~3.5.1",
"through": "~2.3.4"
}
}