hgman/package.json

27 lines
485 B
JSON
Raw Permalink Normal View History

2021-02-25 00:06:14 +03:00
{
2021-02-25 07:27:33 +03:00
"name": "hgman",
"version": "2.0.2",
"description": "",
2021-02-27 01:42:42 +03:00
"keywords": [
"game",
"word"
],
2021-02-25 07:27:33 +03:00
"author": "Alexander Popov",
"license": "MIT",
"browserslist": [
"defaults",
"not dead"
],
"dependencies": {
"chota": "0.8.0"
2021-02-27 01:42:42 +03:00
},
"scripts": {
2021-02-27 02:05:24 +03:00
"build": "uglifyjs js/_* js/index.js -o docs/game.js",
2021-02-27 02:38:38 +03:00
"server": "python3.7 -m http.server --directory ./docs/",
"beautify": "uglifyjs -b beautify,comments ${} -o ${}"
2021-02-27 02:05:24 +03:00
},
"devDependencies": {
"uglify-js": "^3.12.8"
2021-02-25 07:27:33 +03:00
}
2021-02-25 00:06:14 +03:00
}