forked from webpro/dyson
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 979 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
{
"name": "dyson",
"version": "0.1.7",
"description": "Node server for dynamic, fake JSON.",
"keywords": ["JSON", "data", "dynamic", "dummy", "fake", "response", "server", "API", "REST", "generator"],
"author": {
"name": "Lars Kappert",
"email": "[email protected]"
},
"main": "./lib/dyson.js",
"bin": {
"dyson": "./bin/dyson.js"
},
"dependencies": {
"express": "~3.3",
"lodash": "~1.3.1",
"when": "~2.2.1",
"ncp": "~0.4.2",
"cors": "~1.0.1"
},
"devDependencies": {
"mocha": "1.8.1",
"should": "1.2.1",
"supertest": "0.5.1",
"dyson-generators": "~0.1",
"dyson-image": "~0.1"
},
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/webpro/dyson"
},
"engines": {
"node": ">=0.8"
},
"preferGlobal": true,
"license": "MIT"
}