konva/package.json

54 lines
1.1 KiB
JSON
Raw Normal View History

{
2015-01-27 15:07:51 +08:00
"name": "konva",
2016-04-07 12:03:54 +08:00
"version": "0.12.3",
2015-01-27 16:25:10 +08:00
"author": "Anton Lavrenov",
2015-12-22 18:19:19 +08:00
"scripts": {
"start": "gulp",
2016-02-28 16:57:15 +08:00
"full-build": "gulp lint test build",
"test": "gulp test"
2015-12-22 18:19:19 +08:00
},
"devDependencies": {
2016-02-28 16:57:15 +08:00
"chai": "3.5.0",
2015-08-28 11:11:10 +08:00
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
2016-02-28 16:57:15 +08:00
"gulp-connect": "^3.0.0",
"gulp-eslint": "^2.0.0",
"gulp-jscpd": "0.0.6",
2015-04-07 16:03:08 +08:00
"gulp-jsdoc": "^0.1.4",
2016-02-28 16:57:15 +08:00
"gulp-mocha-phantomjs": "^0.11.0",
2015-08-28 11:11:10 +08:00
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-uglify": "^1.3.0",
"gulp-util": "^3.0.6",
2016-02-28 16:57:15 +08:00
"mocha": "2.4.5"
},
"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"
]
}
}