mirror of
https://github.com/konvajs/konva.git
synced 2025-04-05 20:48:28 +08:00
63 lines
1.4 KiB
JSON
63 lines
1.4 KiB
JSON
{
|
|
"name": "konva",
|
|
"version": "2.2.0",
|
|
"author": "Anton Lavrenov",
|
|
"files": [
|
|
"README.md",
|
|
"konva.js",
|
|
"konva.min.js",
|
|
"src",
|
|
"konva.d.ts"
|
|
],
|
|
"main": "konva.js",
|
|
"typings": "./konva.d.ts",
|
|
"scripts": {
|
|
"start": "gulp",
|
|
"lint": "gulp lint",
|
|
"build": "gulp build",
|
|
"full-build": "gulp lint && npm t && gulp build",
|
|
"test": "mocha-headless-chrome -f ./test/runner.html -a disable-web-security",
|
|
"prettier": "prettier --write \"src/**/*.js\" \"test/**/*.js\" --single-quote"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "4.1.2",
|
|
"gulp": "^3.9.1",
|
|
"gulp-concat": "^2.6.1",
|
|
"gulp-connect": "^5.0.0",
|
|
"gulp-eslint": "^4.0.0",
|
|
"gulp-jscpd": "0.0.8",
|
|
"gulp-jsdoc3": "^1.0.1",
|
|
"gulp-rename": "^1.2.2",
|
|
"gulp-replace": "^0.6.1",
|
|
"gulp-uglify": "^3.0.0",
|
|
"gulp-util": "^3.0.8",
|
|
"mocha": "4.0.1",
|
|
"prettier": "^1.9.2",
|
|
"mocha-headless-chrome": "^2.0.0"
|
|
},
|
|
"keywords": [
|
|
"canvas",
|
|
"animations",
|
|
"graphic",
|
|
"html5"
|
|
],
|
|
"prettier": {
|
|
"singleQuote": true
|
|
},
|
|
"browser": {
|
|
"canvas": false,
|
|
"jsdom": false
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/konvajs/konva/issues"
|
|
},
|
|
"homepage": "http://konvajs.github.io/",
|
|
"readmeFilename": "README.md",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/konvajs/konva.git"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {}
|
|
}
|