Alpha nodejs support

This commit is contained in:
Лаврёнов Антон
2014-02-27 19:55:39 +08:00
parent 5f931cf250
commit c8ddd27c2c
13 changed files with 1767 additions and 1442 deletions

View File

@@ -22,11 +22,14 @@
"grunt-contrib-watch": "^0.5.3"
},
"readmeFilename": "README.md",
"main": "Gruntfile.js",
"main": "kinetic.js",
"repository": {
"type": "git",
"url": "git://github.com/ericdrowell/KineticJS.git"
},
"author": "Eric Rowell",
"license": "MIT"
"license": "MIT",
"dependencies": {
"canvas": "^1.1.3"
}
}