{ "name": "dwelibs", "version": "1.0.0", "description": "Common Canvas Functions for HTML5 Applications", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "watch": "webpack -w --mode=development", "build": "webpack -p" }, "keywords": [ "html5", "canvas" ], "author": "Evert \"Diamond\" Prants ", "license": "CC0-1.0", "devDependencies": { "babel-core": "^6.26.3", "babel-loader": "^7.1.5", "babel-preset-env": "^1.7.0", "webpack": "^4.16.5", "webpack-command": "^0.4.1" } }