{ "name": "konva", "version": "1.1.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", "build": "gulp build", "full-build": "gulp lint test build", "test": "gulp test" }, "devDependencies": { "chai": "3.5.0", "gulp": "^3.9.0", "gulp-concat": "^2.6.0", "gulp-connect": "^4.0.0", "gulp-eslint": "^2.0.0", "gulp-jscpd": "0.0.7", "gulp-jsdoc": "^0.1.4", "gulp-mocha-phantomjs": "^0.11.0", "gulp-rename": "^1.2.2", "gulp-replace": "^0.5.4", "gulp-uglify": "^1.3.0", "gulp-util": "^3.0.6", "mocha": "2.4.5" }, "keywords": [ "canvas", "animations", "graphic", "html5" ], "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" }