konva/package.json
2015-02-27 11:50:48 +07:00

54 lines
1.2 KiB
JSON

{
"name": "konva",
"version": "0.9.5",
"author": "Anton Lavrenov",
"devDependencies": {
"chai": "1.9.2",
"finalhandler": "^0.3.3",
"grunt": "0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "0.6.0",
"grunt-contrib-concat": "0.5.0",
"grunt-contrib-copy": "~0.6.0",
"grunt-contrib-jshint": "0.10.0",
"grunt-contrib-nodeunit": "0.4.1",
"grunt-contrib-uglify": "0.6.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-jsdoc": "^0.5.7",
"grunt-mocha-phantomjs": "~0.6.0",
"grunt-replace": "0.7.9",
"grunt-shell": "~1.1.1",
"jsdoc": "~3.3.0-alpha9",
"mocha": "1.21.4",
"serve-static": "^1.8.0"
},
"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"
]
}
}