forked from flyvictor/fortune
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 958 Bytes
/
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
{
"name": "fortune",
"description": "Web framework for prototyping hypermedia APIs.",
"version": "1.5.12",
"license": "MIT",
"author": {
"name": "flyvictor",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "[email protected]:flyvictor/fortune.git"
},
"dependencies": {
"mkdirp": "~0.3.5",
"express": "~3.5.1",
"nedb": "~0.10.4",
"rsvp": "~3.0.6",
"i": "~0.3.2",
"lodash": "~2.4.1",
"mongoose": "~3.8.14",
"moment": "~2.6.0"
},
"devDependencies": {
"fortune-mongodb": "git://github.com/flyvictor/fortune-mongodb.git#v1.1.5",
"istanbul": "~0.2.4",
"mocha": "~1.19.0",
"should": "~2.0.2",
"sinon": "^1.10.3",
"supertest": "~0.8.0"
},
"scripts": {
"test": "node_modules/mocha/bin/mocha --recursive -R spec"
},
"engines": {
"node": ">=0.10"
},
"keywords": [
"json",
"api",
"framework",
"rest",
"restful"
]
}