-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 909 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
{
"name": "apidocs",
"version": "1.0.0",
"description": "apiDocs style",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SimonFricker/apiDocs.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/SimonFricker/apiDocs/issues"
},
"homepage": "https://github.com/SimonFricker/apiDocs#readme",
"devDependencies": {
"browser-sync": "^2.18.8",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-concat": "^2.6.1",
"gulp-if": "^2.0.2",
"gulp-nodemon": "^2.2.1",
"gulp-notify": "^3.0.0",
"gulp-plumber": "^1.1.0",
"gulp-sass": "^3.1.0",
"gulp-uglify": "^2.1.2",
"gulp-uglifycss": "^1.0.8",
"gulp-util": "^3.0.8",
"minimist": "^1.2.0"
},
"dependencies": {
"express": "^4.15.3"
}
}