UNPKG

free-draw

Version:
46 lines (45 loc) 1.28 kB
{ "name": "free-draw", "version": "1.1.15", "description": "Free draw shapes use canvas", "main": "index.js", "directories": { "test": "test" }, "scripts": { "build": "cross-env NODE_ENV=production webpack --mode production --config ./config/webpack/webpack.config.js", "start": "cross-env NODE_ENV=development webpack-dev-server --mode development --open 'Google Chrome' --config ./config/webpack/webpack.config.js", "test": "jest", "coveralls": "jest --coverage --coverageReporters=text-lcov | coveralls" }, "repository": { "type": "git", "url": "git+https://github.com/shibaobao/free-draw.git" }, "keywords": [ "Draw", "Free", "Canvas", "SVG" ], "author": "Stone Shi", "license": "ISC", "bugs": { "url": "https://github.com/shibaobao/free-draw/issues" }, "homepage": "https://github.com/shibaobao/free-draw#readme", "devDependencies": { "@babel/cli": "^7.4.4", "@babel/core": "^7.4.5", "@babel/preset-env": "^7.4.5", "@babel/polyfill": "^7.4.4", "babel-loader": "^8.0.6", "coveralls": "^3.0.4", "cross-env": "^5.2.0", "jest": "^24.8.0", "webpack": "^4.30.0", "webpack-cli": "^3.3.1", "webpack-merge": "^4.2.1", "webpack-dev-server": "^3.7.1" } }