-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
69 lines (69 loc) · 1.85 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "gulp-sassqit",
"version": "1.0.0",
"description": "Build and deploy static sites like a boss",
"main": "gulpfile.js",
"engines": {
"node": ">=4.2.6"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"gulp": "node ./node_modules/gulp/bin/gulp.js",
"build": "node ./node_modules/gulp/bin/gulp.js --env production",
"deploy": "node ./node_modules/gulp/bin/gulp.js deploy --env production",
"how_fast": "node ./node_modules/gulp/bin/gulp.js runPageSpeedInsights"
},
"repository": {
"type": "git",
"url": "git+https://github.com/whitesmith/sassqit.git"
},
"keywords": [
"sass",
"gulp4",
"whitesmith"
],
"author": "Whitesmith",
"license": "MIT",
"bugs": {
"url": "https://github.com/whitesmith/sassqit/issues"
},
"homepage": "https://whitesmith.github.io/sassqit",
"devDependencies": {
"babel-preset-es2015": "^6.16.0",
"babel-register": "^6.16.3",
"browser-sync": "^2.17.0",
"del": "^2.2.2",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-autoprefixer": "^3.1.1",
"gulp-babel": "^6.1.2",
"gulp-cached": "^1.1.0",
"gulp-clean-css": "^2.0.13",
"gulp-concat": "^2.6.0",
"gulp-eslint": "^3.0.1",
"gulp-gh-pages": "^0.5.4",
"gulp-htmlmin": "^3.0.0",
"gulp-if": "^2.0.1",
"gulp-imagemin": "^3.0.3",
"gulp-load-plugins": "^1.3.0",
"gulp-newer": "^1.3.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-remember": "^0.3.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.2",
"gulp-size": "^2.1.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.7",
"mappy-breakpoints": "^0.2.3",
"panini": "^1.3.0",
"psi": "^2.0.4",
"sw-precache": "^4.1.0"
},
"eslintConfig": {
"extends": ""
},
"dependencies": {
"normalize.css": "^5.0.0"
}
}