This commit is contained in:
lavrton
2015-02-09 08:03:27 +07:00
parent dc4032ceee
commit 493a912245
4 changed files with 278 additions and 53 deletions

View File

@@ -35,12 +35,19 @@
"bugs": {
"url": "https://github.com/konvajs/konva/issues"
},
"homepage" : "http://konvajs.github.io/",
"homepage": "http://konvajs.github.io/",
"readmeFilename": "README.md",
"main": "konva.js",
"repository": {
"type": "git",
"url": "git://github.com/konvajs/konva.git"
},
"license": "MIT"
"license": "MIT",
"testling": {
"html": "test/runner.html",
"harness": "mocha-tdd",
"browsers": [
"ie/latest"
]
}
}