mirror of
https://github.com/konvajs/konva.git
synced 2025-04-05 20:48:28 +08:00
54 lines
1.1 KiB
JSON
54 lines
1.1 KiB
JSON
{
|
|
"name": "konva",
|
|
"version": "0.12.3",
|
|
"author": "Anton Lavrenov",
|
|
"scripts": {
|
|
"start": "gulp",
|
|
"full-build": "gulp lint test build",
|
|
"test": "gulp test"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "3.5.0",
|
|
"gulp": "^3.9.0",
|
|
"gulp-concat": "^2.6.0",
|
|
"gulp-connect": "^3.0.0",
|
|
"gulp-eslint": "^2.0.0",
|
|
"gulp-jscpd": "0.0.6",
|
|
"gulp-jsdoc": "^0.1.4",
|
|
"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.4.5"
|
|
},
|
|
"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"
|
|
]
|
|
}
|
|
}
|