-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.01 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": "sea-to-table-pos-tool",
"private": true,
"engines": {
"node": ">=0.10.0"
},
"devDependencies": {
"browser-sync": "^2.7.4",
"del": "^2.2.2",
"gulp": "^3.6.0",
"gulp-autoprefixer": "^3.1.1",
"gulp-cache": "^0.4.5",
"gulp-concat": "^2.5.2",
"gulp-connect-php": "0.0.8",
"gulp-csso": "^2.0.0",
"gulp-filter": "^4.0.0",
"gulp-flatten": "^0.3.1",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^3.1.1",
"gulp-jshint": "^2.0.4",
"gulp-load-plugins": "^1.4.0",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^6.2.0",
"gulp-replace": "^0.5.4",
"gulp-sass": "^3.0.0",
"gulp-shell": "^0.5.2",
"gulp-size": "^2.1.0",
"gulp-uglify": "^2.0.0",
"gulp-useref": "^3.1.2",
"gulp-util": "^3.0.6",
"jshint": "^2.9.4",
"jshint-stylish": "^2.2.1",
"lazypipe": "^1.0.1",
"main-bower-files": "^2.13.1",
"node-neat": "^1.7.1-beta1",
"postcss-flexboxfixer": "0.0.5",
"postcss-scss": "^0.4.0",
"wiredep": "^4.0.0"
}
}