mirror of
https://github.com/konvajs/konva.git
synced 2025-10-14 03:24:54 +08:00
Alpha nodejs support
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user