mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-05-22 12:21:51 +00:00
Update dependencies
This commit is contained in:
parent
d741b647bc
commit
6a39ee978a
1 changed files with 5 additions and 5 deletions
10
package.json
10
package.json
|
|
@ -15,15 +15,15 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"canvas": "1.0.x",
|
||||
"jsdom": "0.5.6",
|
||||
"jsdom": "0.7.x",
|
||||
"xmldom": "0.1.x"
|
||||
},
|
||||
"devDependencies": {
|
||||
"qunit": "0.5.x",
|
||||
"jshint": "1.1.x",
|
||||
"uglify-js": "2.2.x",
|
||||
"execSync": "0.0.4",
|
||||
"plato": "0.5.0"
|
||||
"jshint": "2.1.x",
|
||||
"uglify-js": "2.3.x",
|
||||
"execSync": "0.0.x",
|
||||
"plato": "0.6.x"
|
||||
},
|
||||
"engines": { "node": ">=0.4.0 && <1.0.0" },
|
||||
"main": "./dist/all.js"
|
||||
|
|
|
|||
Loading…
Reference in a new issue