konva/package.json

49 lines
1006 B
JSON
Raw Normal View History

{
2015-01-27 15:07:51 +08:00
"name": "konva",
2015-06-02 09:14:54 +08:00
"version": "0.9.9",
2015-01-27 16:25:10 +08:00
"author": "Anton Lavrenov",
"devDependencies": {
2015-01-13 16:26:01 +08:00
"chai": "1.9.2",
2015-04-07 16:03:08 +08:00
"gulp": "^3.8.10",
"gulp-concat": "^2.5.2",
"gulp-connect": "^2.2.0",
2015-05-04 17:02:16 +08:00
"gulp-eslint": "^0.11.1",
"gulp-jscpd": "0.0.3",
2015-04-07 16:03:08 +08:00
"gulp-jsdoc": "^0.1.4",
"gulp-mocha-phantomjs": "^0.8.1",
2015-04-07 16:03:08 +08:00
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.5.3",
"gulp-uglify": "^1.1.0",
"gulp-util": "^3.0.1",
"mocha": "1.21.4"
},
"keywords": [
"canvas",
"animations",
"graphic",
"html5"
],
"browser": {
"canvas": false,
"jsdom": false
},
"bugs": {
2015-01-27 16:25:10 +08:00
"url": "https://github.com/konvajs/konva/issues"
},
2015-02-09 09:03:27 +08:00
"homepage": "http://konvajs.github.io/",
"readmeFilename": "README.md",
2015-01-27 15:07:51 +08:00
"main": "konva.js",
"repository": {
"type": "git",
2015-01-27 16:25:10 +08:00
"url": "git://github.com/konvajs/konva.git"
},
2015-02-09 09:03:27 +08:00
"license": "MIT",
"testling": {
"html": "test/runner.html",
"harness": "mocha-tdd",
"browsers": [
"ie/latest"
]
}
}