-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 845 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
{
"name": "api-blueprint-doc-mock-servers",
"version": "0.0.1",
"description": "it's an service which provides document-server and mock-server based on api-blueprint files",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/weimengxi/api-blueprint-doc-mock-servers.git"
},
"keywords": [
"api-blueprint",
"document-server",
"mock-server"
],
"author": "g-bbfe",
"license": "ISC",
"dependencies": {
},
"devDependencies": {
"browser-sync": "^2.18.13",
"gulp": "github:gulpjs/gulp#4.0",
"drakov": "^1.0.4",
"gulp-aglio": "0.0.10",
"gulp-cached": "^1.1.1",
"gulp-changed": "3.1.0",
"gulp-inject": "^4.2.0",
"gulp-plumber": "1.1.0",
"gulp-util": "3.0.8"
}
}