forked from piscolomo/frontend-jetpack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 896 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
30
{
"name": "develop",
"version": "0.0.0",
"description": "Environment of develop for start in apps with Sass and multiples js",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Julio Lopez",
"license": "BSD-2-Clause",
"devDependencies": {
"grunt": "~0.4.4",
"grunt-contrib-sass": "~0.7.3",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-concat": "~0.4.0",
"grunt-contrib-uglify": "~0.4.0",
"karma": "~0.12.9",
"grunt-karma": "~0.8.2",
"karma-jasmine": "~0.1.5",
"karma-chrome-launcher": "~0.1.3",
"grunt-contrib-watch": "~0.6.1",
"grunt-open": "^0.2.3",
"grunt-contrib-connect": "^0.7.1",
"grunt-contrib-jade": "^0.11.0",
"grunt-autoprefixer": "^0.8.1",
"grunt-spritesmith": "^2.1.1",
"grunt-contrib-imagemin": "^0.7.1",
"grunt-notify": "^0.3.0"
}
}