|
8 | 8 | "email": "chris.m.gladd@gmail.com" |
9 | 9 | }, |
10 | 10 | "contributors": [ |
11 | | - { "name": "Larry Davis", "email":"lazd@lazd.net", "url":"https://github.com/lazd" }, |
12 | | - { "name": "Aliaksei Sapach", "email":"dreamsonic@tut.by", "url":"https://github.com/asapach" }, |
13 | | - { "name": "Anselm Hannemann", "email":"info@anselm-hannemann.com", "url":"http://helloanselm.com/" } |
| 11 | + { |
| 12 | + "name": "Larry Davis", |
| 13 | + "email": "lazd@lazd.net", |
| 14 | + "url": "https://github.com/lazd" |
| 15 | + }, |
| 16 | + { |
| 17 | + "name": "Aliaksei Sapach", |
| 18 | + "email": "dreamsonic@tut.by", |
| 19 | + "url": "https://github.com/asapach" |
| 20 | + }, |
| 21 | + { |
| 22 | + "name": "Anselm Hannemann", |
| 23 | + "email": "info@anselm-hannemann.com", |
| 24 | + "url": "http://helloanselm.com/" |
| 25 | + } |
14 | 26 | ], |
15 | 27 | "repository": { |
16 | 28 | "type": "git", |
|
27 | 39 | ], |
28 | 40 | "main": "Gruntfile.js", |
29 | 41 | "engines": { |
30 | | - "node": ">= 0.8.0" |
| 42 | + "node": ">= 0.10.0" |
31 | 43 | }, |
32 | 44 | "scripts": { |
33 | 45 | "test": "grunt test", |
34 | 46 | "postinstall": "bower install" |
35 | 47 | }, |
36 | 48 | "devDependencies": { |
37 | | - "grunt-contrib-jshint": "~0.10.0", |
38 | | - "grunt-contrib-clean": "~0.5.0", |
39 | | - "grunt-contrib-nodeunit": "~0.4.1", |
40 | | - "grunt": "~0.4.5" |
| 49 | + "grunt": "^0.4.5", |
| 50 | + "grunt-contrib-clean": "^0.5.0", |
| 51 | + "grunt-contrib-jshint": "^0.10.0", |
| 52 | + "grunt-contrib-nodeunit": "^0.4.1", |
| 53 | + "jit-grunt": "^0.7.0", |
| 54 | + "path": "^0.4.9", |
| 55 | + "time-grunt": "^0.4.0" |
41 | 56 | }, |
42 | 57 | "dependencies": { |
43 | | - "bower": "~1.3.5", |
44 | | - "temporary": "0.0.8" |
| 58 | + "bower": "^1.3.8", |
| 59 | + "temporary": "0.0.8", |
| 60 | + "phantomjs": "^1.9.7-14" |
45 | 61 | }, |
46 | 62 | "peerDependencies": { |
47 | | - "phantomjs": "~1.9.2-2" |
| 63 | + "phantomjs": "1.9.7-14" |
48 | 64 | }, |
49 | 65 | "keywords": [ |
50 | 66 | "gruntplugin", |
|
0 commit comments