forked from kooshul/gulp-workshop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.05 KB
/
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": "starterpack-zchr",
"version": "1.0.0",
"description": "SA3 for CS52, Spring 2017",
"main": "src/index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dartmouth-cs52-17S/starterpack-zchr.git"
},
"author": "Zachary Schnell",
"license": "ISC",
"bugs": {
"url": "https://github.com/dartmouth-cs52-17S/starterpack-zchr/issues"
},
"homepage": "https://github.com/dartmouth-cs52-17S/starterpack-zchr#readme",
"devDependencies": {
"browser-sync": "^2.18.8",
"gulp": "^3.9.1",
"gulp-coffeescript": "0.0.10",
"gulp-cssnano": "^2.1.2",
"gulp-eslint": "^3.0.1",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^3.2.0",
"gulp-pug": "^3.3.0",
"gulp-pug-linter": "^0.4.1",
"gulp-sass": "^3.1.0",
"gulp-sass-lint": "^1.3.2",
"gulp-uglify": "^2.1.2",
"gulp-useref": "^3.1.2",
"install": "^0.8.9",
"npm": "^4.5.0"
},
"dependencies": {
"express": "^4.15.2"
}
}