-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json.backup
32 lines (32 loc) · 922 Bytes
/
package.json.backup
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
{
"name": "mytheme",
"version": "1.0.0",
"description": "<!-- @file Instructions for subtheming using the Sass Starterkit. --> <!-- @defgroup subtheme_sass --> <!-- @ingroup subtheme --> # Sass Starterkit",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"browser-sync": "^2.18.8",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-csscomb": "^3.0.8",
"gulp-imagemin": "^3.2.0",
"gulp-jsbeautifier": "^2.1.0",
"gulp-jshint": "^2.0.4",
"gulp-livereload": "^3.8.1",
"gulp-plumber": "^1.1.0",
"gulp-sass": "^3.1.0",
"gulp-scss-lint": "^0.4.0",
"gulp-sourcemaps": "^2.6.0",
"gulp-uglify": "^2.1.2",
"gulp-uglifycss": "^1.0.8",
"jshint": "^2.9.4",
"jshint-stylish": "^2.2.1"
},
"dependencies": {
"gulp-cache-refresh": "^1.1.0"
}
}