mirror of
https://github.com/konvajs/konva.git
synced 2025-04-05 20:48:28 +08:00
48 lines
979 B
JSON
48 lines
979 B
JSON
{
|
|
"name": "konva",
|
|
"version": "0.9.5",
|
|
"author": "Anton Lavrenov",
|
|
"devDependencies": {
|
|
"chai": "1.9.2",
|
|
"gulp": "^3.8.10",
|
|
"gulp-concat": "^2.5.2",
|
|
"gulp-connect": "^2.2.0",
|
|
"gulp-jsdoc": "^0.1.4",
|
|
"gulp-jshint": "^1.10.0",
|
|
"gulp-mocha-phantomjs": "^0.6.1",
|
|
"gulp-rename": "^1.2.0",
|
|
"gulp-replace": "^0.5.3",
|
|
"gulp-uglify": "^1.1.0",
|
|
"gulp-util": "^3.0.1",
|
|
"mocha": "1.21.4"
|
|
},
|
|
"keywords": [
|
|
"canvas",
|
|
"animations",
|
|
"graphic",
|
|
"html5"
|
|
],
|
|
"browser": {
|
|
"canvas": false,
|
|
"jsdom": false
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/konvajs/konva/issues"
|
|
},
|
|
"homepage": "http://konvajs.github.io/",
|
|
"readmeFilename": "README.md",
|
|
"main": "konva.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/konvajs/konva.git"
|
|
},
|
|
"license": "MIT",
|
|
"testling": {
|
|
"html": "test/runner.html",
|
|
"harness": "mocha-tdd",
|
|
"browsers": [
|
|
"ie/latest"
|
|
]
|
|
}
|
|
}
|