-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
52 lines (52 loc) · 1021 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
46
47
48
49
50
51
52
{
"name": "gulp-json-server",
"version": "0.0.7",
"description": "Gulp plugin to run json-server",
"license": "MIT",
"repository": "conortm/gulp-json-server",
"author": {
"name": "Conor McNamara",
"email": "[email protected]",
"url": "https://github.com/conortm"
},
"homepage": "https://github.com/conortm/gulp-json-server",
"bugs": {
"url": "https://github.com/conortm/gulp-json-server/issues"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"main": "index.js",
"keywords": [
"gulpplugin",
"json-server",
"JSON",
"server",
"fake",
"REST",
"API",
"prototyping",
"mock",
"mocking",
"test",
"testing",
"rest",
"data",
"dummy",
"sandbox"
],
"dependencies": {
"extend-shallow": "^1.1.4",
"gulp-util": "^3.0.5",
"json-server": "^0.7.13",
"through2": "^0.6.5"
},
"devDependencies": {
"gulp": "^3.9.0",
"mocha": "^2.2.5",
"supertest": "^1.0.1"
}
}