Mercurial > wikked
comparison package.json @ 331:83df9086e723
grunt: Update versions in package manifest.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Wed, 11 Mar 2015 14:43:20 -0700 |
parents | 13249e5ca51c |
children | 2f68a463cb06 |
comparison
equal
deleted
inserted
replaced
330:b4609aea0ec8 | 331:83df9086e723 |
---|---|
1 { | 1 { |
2 "name": "Wikked", | 2 "name": "Wikked", |
3 "version": "0.1.0", | 3 "version": "0.1.0", |
4 "dependencies": {}, | 4 "dependencies": {}, |
5 "devDependencies": { | 5 "devDependencies": { |
6 "grunt": "~0.4.1", | 6 "grunt": "~0.4.4", |
7 "grunt-contrib-less": "~0.8.1", | 7 "grunt-contrib-less": "~0.11.0", |
8 "grunt-contrib-requirejs": "~0.4.1", | 8 "grunt-contrib-requirejs": "~0.4.3", |
9 "grunt-contrib-copy": "~0.4.1", | 9 "grunt-contrib-copy": "~0.5.0", |
10 "grunt-contrib-imagemin": "~0.3.0", | 10 "grunt-contrib-imagemin": "~0.6.1", |
11 "grunt-contrib-jshint": "~0.7.1", | 11 "grunt-contrib-jshint": "~0.10.0", |
12 "grunt-contrib-watch": "~0.5.3" | 12 "grunt-contrib-watch": "~0.6.1" |
13 }, | 13 }, |
14 "engines": { | 14 "engines": { |
15 "node": ">=0.8.0" | 15 "node": ">=0.8.0" |
16 } | 16 } |
17 } | 17 } |