This repository has been archived on 2022-11-26. You can view files and clone it, but cannot push or open issues or pull requests.
dwelibs/package.json

25 lines
595 B
JSON

{
"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 <evert@lunasqu.ee>",
"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"
}
}