mirror of
https://github.com/konvajs/konva.git
synced 2025-04-05 20:48:28 +08:00
22 lines
524 B
JSON
22 lines
524 B
JSON
{
|
|
"name": "KineticJS",
|
|
"version": "4.6.1",
|
|
"devDependencies": {
|
|
"grunt": "~0.4.1",
|
|
"grunt-contrib-jshint": "~0.5.4",
|
|
"grunt-contrib-nodeunit": "~0.1.2",
|
|
"grunt-contrib-uglify": "~0.2.2",
|
|
"grunt-contrib-concat": "~0.3.0",
|
|
"grunt-replace": "~0.4.4",
|
|
"grunt-contrib-clean": "~0.4.1"
|
|
},
|
|
"readmeFilename": "README.md",
|
|
"main": "Gruntfile.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/ericdrowell/KineticJS.git"
|
|
},
|
|
"author": "Eric Rowell",
|
|
"license": "MIT"
|
|
}
|