2013-06-01 15:53:32 +08:00
|
|
|
{
|
2015-01-27 15:07:51 +08:00
|
|
|
"name": "konva",
|
2015-01-22 14:42:16 +08:00
|
|
|
"version": "5.2.0",
|
|
|
|
"author": "Eric Rowell",
|
|
|
|
"contributors" : [
|
|
|
|
{
|
|
|
|
"name" : "Anton Lavrenov",
|
|
|
|
"email" : "lavrton@gmail.com",
|
|
|
|
"url" : "https://twitter.com/lavrton"
|
|
|
|
}
|
|
|
|
],
|
2013-06-01 15:53:32 +08:00
|
|
|
"devDependencies": {
|
2015-01-13 16:26:01 +08:00
|
|
|
"chai": "1.9.2",
|
2015-01-15 10:47:30 +08:00
|
|
|
"finalhandler": "^0.3.3",
|
2015-01-13 16:26:01 +08:00
|
|
|
"grunt": "0.4.5",
|
2015-01-15 11:10:46 +08:00
|
|
|
"grunt-cli": "^0.1.13",
|
2015-01-13 16:26:01 +08:00
|
|
|
"grunt-contrib-clean": "0.6.0",
|
|
|
|
"grunt-contrib-concat": "0.5.0",
|
|
|
|
"grunt-contrib-copy": "~0.6.0",
|
2014-10-03 13:03:50 +08:00
|
|
|
"grunt-contrib-jshint": "0.10.0",
|
|
|
|
"grunt-contrib-nodeunit": "0.4.1",
|
|
|
|
"grunt-contrib-uglify": "0.6.0",
|
2015-01-13 16:26:01 +08:00
|
|
|
"grunt-contrib-watch": "~0.6.1",
|
|
|
|
"grunt-jsdoc": "^0.5.7",
|
|
|
|
"grunt-mocha-phantomjs": "~0.6.0",
|
2014-10-03 13:03:50 +08:00
|
|
|
"grunt-replace": "0.7.9",
|
2015-01-13 16:26:01 +08:00
|
|
|
"grunt-shell": "~1.1.1",
|
|
|
|
"jsdoc": "~3.3.0-alpha9",
|
2014-10-03 13:03:50 +08:00
|
|
|
"mocha": "1.21.4",
|
2015-01-15 10:47:30 +08:00
|
|
|
"serve-static": "^1.8.0"
|
2013-06-01 15:53:32 +08:00
|
|
|
},
|
2014-04-14 15:17:57 +08:00
|
|
|
"keywords": [
|
|
|
|
"canvas",
|
|
|
|
"animations",
|
|
|
|
"graphic",
|
|
|
|
"html5"
|
|
|
|
],
|
2014-05-07 01:42:47 +08:00
|
|
|
"browser": {
|
|
|
|
"canvas": false,
|
|
|
|
"jsdom": false
|
|
|
|
},
|
2014-04-14 15:17:57 +08:00
|
|
|
"bugs": {
|
2015-01-27 15:07:51 +08:00
|
|
|
"url": "https://github.com/lavrton/KonvaJS/issues"
|
2014-04-14 15:17:57 +08:00
|
|
|
},
|
2015-01-27 15:07:51 +08:00
|
|
|
"homepage" : "http://lavrton.github.io/KonvaJS/",
|
2013-06-01 15:53:32 +08:00
|
|
|
"readmeFilename": "README.md",
|
2015-01-27 15:07:51 +08:00
|
|
|
"main": "konva.js",
|
2013-06-01 15:53:32 +08:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2015-01-27 15:07:51 +08:00
|
|
|
"url": "git://github.com/lavrton/KonvaJS.git"
|
2013-06-01 15:53:32 +08:00
|
|
|
},
|
2014-02-27 20:07:40 +08:00
|
|
|
"license": "MIT"
|
2013-06-01 15:53:32 +08:00
|
|
|
}
|