|
10 | 10 | "url": "http://hertzen.com"
|
11 | 11 | },
|
12 | 12 | "engines": {
|
13 |
| - "node": ">=0.10.0" |
| 13 | + "node": ">=4.0.0" |
14 | 14 | },
|
15 | 15 | "repository": {
|
16 | 16 | "type": "git",
|
|
20 | 20 | "url": "https://github.com/niklasvh/html2canvas/issues"
|
21 | 21 | },
|
22 | 22 | "devDependencies": {
|
23 |
| - "base64-arraybuffer": ">= 0.1.4", |
24 |
| - "bluebird": "2.7.1", |
| 23 | + "base64-arraybuffer": "^0.1.5", |
| 24 | + "bluebird": "^3.0.6", |
25 | 25 | "grunt": "^0.4.5",
|
26 |
| - "grunt-browserify": "^3.3.0", |
27 |
| - "grunt-contrib-connect": "^0.8.0", |
28 |
| - "grunt-contrib-jshint": "^0.10.0", |
29 |
| - "grunt-contrib-uglify": "^0.6.0", |
| 26 | + "grunt-browserify": "^4.0.1", |
| 27 | + "grunt-cli": "^0.1.13", |
| 28 | + "grunt-contrib-connect": "^0.11.2", |
| 29 | + "grunt-contrib-jshint": "^0.11.3", |
| 30 | + "grunt-contrib-uglify": "^0.11.0", |
30 | 31 | "grunt-contrib-watch": "^0.6.1",
|
31 | 32 | "grunt-execute": "^0.2.2",
|
32 | 33 | "grunt-mocha-cli": "^1.12.0",
|
33 | 34 | "grunt-mocha-phantomjs": "^2.0.0",
|
34 | 35 | "html2canvas-proxy": "0.0.5",
|
35 | 36 | "humanize-duration": "^2.0.1",
|
36 |
| - "lodash": "^2.4.1", |
37 |
| - "png-js": ">= 0.1.1", |
| 37 | + "lodash": "^3.10.1", |
| 38 | + "png-js": "^0.1.1", |
38 | 39 | "requirejs": "^2.1.20",
|
39 |
| - "wd": "^0.2.21" |
| 40 | + "wd": "^0.4.0" |
40 | 41 | },
|
41 | 42 | "scripts": {
|
42 | 43 | "test": "grunt travis --verbose"
|
43 | 44 | },
|
44 | 45 | "homepage": "http://html2canvas.hertzen.com",
|
45 |
| - "licenses": [ |
46 |
| - { |
47 |
| - "type": "MIT" |
48 |
| - } |
49 |
| - ] |
| 46 | + "license": "MIT" |
50 | 47 | }
|
0 commit comments