2013-06-01 15:53:32 +08:00
|
|
|
{
|
|
|
|
"name": "KineticJS",
|
2013-11-04 08:40:14 +08:00
|
|
|
"version": "4.7.3",
|
2013-06-01 15:53:32 +08:00
|
|
|
"devDependencies": {
|
2013-06-02 07:13:33 +08:00
|
|
|
"grunt-contrib-jshint": "~0.5.4",
|
2013-06-01 15:53:32 +08:00
|
|
|
"grunt-contrib-nodeunit": "~0.1.2",
|
|
|
|
"grunt-contrib-uglify": "~0.2.2",
|
|
|
|
"grunt-contrib-concat": "~0.3.0",
|
2013-06-02 06:41:25 +08:00
|
|
|
"grunt-replace": "~0.4.4",
|
2013-08-29 14:19:29 +08:00
|
|
|
"grunt-contrib-clean": "~0.4.1",
|
|
|
|
"mocha": "~1.12.0",
|
2013-08-29 14:38:24 +08:00
|
|
|
"chai": "~1.7.2",
|
|
|
|
"phantomjs": "~1.9.1-8",
|
2013-08-29 14:47:07 +08:00
|
|
|
"mocha-phantomjs": "~3.1.2",
|
|
|
|
"grunt-cli": "~0.1.9",
|
2013-09-17 01:12:50 +08:00
|
|
|
"grunt": "~0.4.1",
|
|
|
|
"connect": "~2.9.0"
|
2013-06-01 15:53:32 +08:00
|
|
|
},
|
|
|
|
"readmeFilename": "README.md",
|
|
|
|
"main": "Gruntfile.js",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/ericdrowell/KineticJS.git"
|
|
|
|
},
|
|
|
|
"author": "Eric Rowell",
|
|
|
|
"license": "MIT"
|
|
|
|
}
|