2013-06-01 15:53:32 +08:00
|
|
|
{
|
|
|
|
"name": "KineticJS",
|
2014-03-28 13:02:58 +08:00
|
|
|
"version": "5.1.0",
|
2013-06-01 15:53:32 +08:00
|
|
|
"devDependencies": {
|
2014-02-25 14:01:32 +08:00
|
|
|
"grunt-contrib-jshint": "0.8.0",
|
|
|
|
"grunt-contrib-nodeunit": "0.3.2",
|
|
|
|
"grunt-contrib-uglify": "0.3.2",
|
2013-12-05 03:46:07 +08:00
|
|
|
"grunt-contrib-concat": "0.3.0",
|
2014-02-25 14:01:32 +08:00
|
|
|
"grunt-replace": "0.6.2",
|
|
|
|
"grunt-contrib-clean": "0.5.0",
|
|
|
|
"mocha": "1.17.1",
|
|
|
|
"chai": "1.9.0",
|
|
|
|
"phantomjs": "1.9.7-1",
|
|
|
|
"mocha-phantomjs": "3.3.2",
|
|
|
|
"grunt-cli": "0.1.13",
|
|
|
|
"grunt": "0.4.2",
|
|
|
|
"connect": "2.13.0",
|
2014-02-27 17:56:41 +08:00
|
|
|
"grunt-contrib-copy": "~0.5.0",
|
2014-02-28 11:07:10 +08:00
|
|
|
"jsdoc": "~3.3.0-alpha4",
|
|
|
|
"grunt-mocha-phantomjs": "~0.4.2",
|
|
|
|
"grunt-contrib-watch": "~0.5.3",
|
|
|
|
"grunt-shell": "~0.6.4"
|
2013-06-01 15:53:32 +08:00
|
|
|
},
|
|
|
|
"readmeFilename": "README.md",
|
2014-02-27 19:55:39 +08:00
|
|
|
"main": "kinetic.js",
|
2013-06-01 15:53:32 +08:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/ericdrowell/KineticJS.git"
|
|
|
|
},
|
|
|
|
"author": "Eric Rowell",
|
2014-02-27 20:07:40 +08:00
|
|
|
"license": "MIT"
|
2013-06-01 15:53:32 +08:00
|
|
|
}
|