-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1012 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
31
32
33
34
35
36
37
38
39
40
41
{
"name": "gulp-vs-grunt",
"version": "1.0.0",
"description": "Gulp vs Grunt: Battle of the CLI Comparison",
"main": "gruntfile.js",
"dependencies": {
"grunt-autoprefixer": "^3.0.4",
"grunt": "^1.0.1",
"grunt-contrib-sass": "^1.0.0",
"gulp-autoprefixer": "^3.1.0",
"grunt-sass": "^1.2.0",
"gulp": "^3.9.1",
"gulp-sass": "^2.3.2"
},
"devDependencies": {
"grunt-autoprefixer": "^3.0.4",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "^2.0.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-concat": "^2.6.0",
"gulp-duration": "0.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.2",
"gulp-uglify": "^2.0.0",
"time-grunt": "^1.4.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Grunt",
"Gulp",
"Uglify",
"Concact",
"JsHint"
],
"author": "Abbey Gwayambadde",
"license": "ISC"
}