-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.02 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.02 KB
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
{
"name": "Starter-kit",
"version": "1.0.0",
"description": "Starter kit for projects",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "ChrisWright",
"license": "ISC",
"devDependencies": {
"babel-eslint": "^6.0.3",
"browser-sync": "2.6.5",
"eslint": "^2.8.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "2.1.0",
"gulp-babel": "5.1.0",
"gulp-cache": "^0.2.8",
"gulp-combine-media-queries": "^0.2.0",
"gulp-eslint": "^2.0.0",
"gulp-file-include": "^0.13.7",
"gulp-filelog": "^0.4.1",
"gulp-git": "^1.7.1",
"gulp-imagemin": "2.2.1",
"gulp-minify-css": "1.0.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "1.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.1",
"gulp-tape": "0.0.9",
"gulp-uglify": "1.2.0",
"node-sass": "^3.5.3",
"stylelint": "^6.1.1",
"sw-precache": "^3.1.1",
"tap-colorize": "^1.2.0",
"tape": "^4.5.1"
},
"dependencies": {
"sw-toolbox": "^3.1.1"
}
}