mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00
Update dependencies
This commit is contained in:
parent
144c9a903e
commit
3cb0911de3
@ -1,6 +1,6 @@
|
|||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- '0.10'
|
- '4.0'
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- secure: eW41gIqOizwO4pTgWnAAbW75AP7F+CK9qfSed/fSh4sJ9HWMIY1YRIaY8gjr+6jV/f7XVHcXuym6ZxgINYSkVKbF1JKxBJNLOXtSgNbVHSic58pYFvUjwxIBI9aPig9uux1+DbnpWqXFDTcACJSevQZE0xwmjdrSkDLgB0G34v8=
|
- secure: eW41gIqOizwO4pTgWnAAbW75AP7F+CK9qfSed/fSh4sJ9HWMIY1YRIaY8gjr+6jV/f7XVHcXuym6ZxgINYSkVKbF1JKxBJNLOXtSgNbVHSic58pYFvUjwxIBI9aPig9uux1+DbnpWqXFDTcACJSevQZE0xwmjdrSkDLgB0G34v8=
|
||||||
|
27
package.json
27
package.json
@ -10,7 +10,7 @@
|
|||||||
"url": "http://hertzen.com"
|
"url": "http://hertzen.com"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=0.10.0"
|
"node": ">=4.0.0"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
@ -20,31 +20,28 @@
|
|||||||
"url": "https://github.com/niklasvh/html2canvas/issues"
|
"url": "https://github.com/niklasvh/html2canvas/issues"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"base64-arraybuffer": ">= 0.1.4",
|
"base64-arraybuffer": "^0.1.5",
|
||||||
"bluebird": "2.7.1",
|
"bluebird": "^3.0.6",
|
||||||
"grunt": "^0.4.5",
|
"grunt": "^0.4.5",
|
||||||
"grunt-browserify": "^3.3.0",
|
"grunt-browserify": "^4.0.1",
|
||||||
"grunt-contrib-connect": "^0.8.0",
|
"grunt-cli": "^0.1.13",
|
||||||
"grunt-contrib-jshint": "^0.10.0",
|
"grunt-contrib-connect": "^0.11.2",
|
||||||
"grunt-contrib-uglify": "^0.6.0",
|
"grunt-contrib-jshint": "^0.11.3",
|
||||||
|
"grunt-contrib-uglify": "^0.11.0",
|
||||||
"grunt-contrib-watch": "^0.6.1",
|
"grunt-contrib-watch": "^0.6.1",
|
||||||
"grunt-execute": "^0.2.2",
|
"grunt-execute": "^0.2.2",
|
||||||
"grunt-mocha-cli": "^1.12.0",
|
"grunt-mocha-cli": "^1.12.0",
|
||||||
"grunt-mocha-phantomjs": "^2.0.0",
|
"grunt-mocha-phantomjs": "^2.0.0",
|
||||||
"html2canvas-proxy": "0.0.5",
|
"html2canvas-proxy": "0.0.5",
|
||||||
"humanize-duration": "^2.0.1",
|
"humanize-duration": "^2.0.1",
|
||||||
"lodash": "^2.4.1",
|
"lodash": "^3.10.1",
|
||||||
"png-js": ">= 0.1.1",
|
"png-js": "^0.1.1",
|
||||||
"requirejs": "^2.1.20",
|
"requirejs": "^2.1.20",
|
||||||
"wd": "^0.2.21"
|
"wd": "^0.4.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "grunt travis --verbose"
|
"test": "grunt travis --verbose"
|
||||||
},
|
},
|
||||||
"homepage": "http://html2canvas.hertzen.com",
|
"homepage": "http://html2canvas.hertzen.com",
|
||||||
"licenses": [
|
"license": "MIT"
|
||||||
{
|
|
||||||
"type": "MIT"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user