-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.06 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.06 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
{
"name": "grunt-frontend-boilerplate",
"version": "0.0.2",
"description": "Simple Grunt boilerplate for frontend workflow",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-concurrent": "^2.1.0",
"grunt-contrib-clean": "^0.7.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-cssmin": "^0.14.0",
"grunt-contrib-imagemin": "^1.0.0",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-uglify": "^0.11.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-processhtml": "^0.3.8",
"grunt-sass": "^1.1.0",
"jshint-stylish": "^2.1.0",
"load-grunt-config": "^0.19.1",
"time-grunt": "^1.2.2"
},
"dependencies": {
"jshint-stylish": "^2.0.0",
"time-grunt": "^1.2.2",
"browserify": "^9.0.3",
"gulp": "^3.8.11",
"gulp-concat": "^2.5.2",
"gulp-react": "^3.0.1",
"gulp-sass": "^2.0.1",
"gulp-server-livereload": "1.3.0",
"gulp-util": "^3.0.4",
"gulp-watch": "^4.2.4",
"node-notifier": "^4.2.1",
"vinyl-source-stream": "^1.1.0",
"watchify": "^2.4.0"
}
}