forked from iaincollins/8-Ways-To-Improve-Your-Grunt-Setup
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
26 lines (26 loc) · 792 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
{
"name": "8-Ways-To-Improve-Your-Grunt-Setup",
"repository": {
"type": "git",
"url": "http://github.com/BBC-News/8-Ways-To-Improve-Your-Grunt-Setup"
},
"description": "Acompanying demo project for the NET Magazine article: 8 Ways To Improve Your Grunt Setup",
"version": "0.1.0",
"devDependencies": {
"grunt": "~0.4.0",
"grunt-cli": "~0.1.11",
"grunt-contrib-copy": "^0.8.1",
"grunt-contrib-csslint": "~0.5.0",
"grunt-contrib-imagemin": "~0.9.4",
"grunt-contrib-jshint": "0.11.3",
"grunt-contrib-requirejs": "0.4.4",
"grunt-contrib-sass": "~0.9.2",
"grunt-contrib-watch": "~0.6.1",
"grunt-newer": "~1.1.1",
"grunt-responsive-images": "0.1.7",
"time-grunt": "~1.2.1"
},
"dependencies": {
"imager.js": "^0.5.0"
}
}