mirror of
https://github.com/konvajs/konva.git
synced 2025-12-29 10:04:34 +08:00
better HDPI support
update packages
This commit is contained in:
15
package.json
15
package.json
@@ -4,22 +4,23 @@
|
||||
"author": "Anton Lavrenov",
|
||||
"scripts": {
|
||||
"start": "gulp",
|
||||
"full-build": "gulp lint test build"
|
||||
"full-build": "gulp lint test build",
|
||||
"test": "gulp test"
|
||||
},
|
||||
"devDependencies": {
|
||||
"chai": "3.2.0",
|
||||
"chai": "3.5.0",
|
||||
"gulp": "^3.9.0",
|
||||
"gulp-concat": "^2.6.0",
|
||||
"gulp-connect": "^2.2.0",
|
||||
"gulp-eslint": "^1.0.0",
|
||||
"gulp-jscpd": "0.0.4",
|
||||
"gulp-connect": "^3.0.0",
|
||||
"gulp-eslint": "^2.0.0",
|
||||
"gulp-jscpd": "0.0.6",
|
||||
"gulp-jsdoc": "^0.1.4",
|
||||
"gulp-mocha-phantomjs": "^0.9.0",
|
||||
"gulp-mocha-phantomjs": "^0.11.0",
|
||||
"gulp-rename": "^1.2.2",
|
||||
"gulp-replace": "^0.5.4",
|
||||
"gulp-uglify": "^1.3.0",
|
||||
"gulp-util": "^3.0.6",
|
||||
"mocha": "2.2.5"
|
||||
"mocha": "2.4.5"
|
||||
},
|
||||
"keywords": [
|
||||
"canvas",
|
||||
|
||||
Reference in New Issue
Block a user