-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
29 lines (29 loc) · 857 Bytes
/
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
{
"name": "grunt-test",
"version": "0.1.0",
"devDependencies": {
"autoprefixer-core": "^4.0.1",
"express": "^4.9.0",
"grunt": "~0.4.2",
"grunt-autoprefixer": "^1.0.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-cssmin": "~0.7.0",
"grunt-contrib-handlebars": "^0.9.3",
"grunt-contrib-htmlmin": "~0.1.3",
"grunt-contrib-imagemin": "~0.4.1",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-requirejs": "^0.4.4",
"grunt-contrib-sass": "^0.8.1",
"grunt-contrib-uglify": "~0.2.7",
"grunt-contrib-watch": "^0.6.1",
"grunt-csscomb": "^3.0.0",
"grunt-postcss": "^0.2.0",
"grunt-prettify": "^0.4.0",
"handlebars": "^3.0.1",
"http-server": "^0.6.1",
"jpegtran-bin": "0.2.0",
"livereload": "^0.3.4",
"requirejs": "~2.1.10",
"requirejs-handlebars": "^0.1.1"
}
}