3 "version": "1.0.0-alpha1",
4 "description": "A game about sumo",
7 "build": "webpack-cli --mode production --config ./config/webpack.js",
8 "document": "jsdoc2md -f 'lib/**/*.js' > doc/README.md",
10 "test": "I'm really really sorry!",
11 "watch": "webpack --watch --mode development --config ./config/webpack.js"
15 "url": "git+https://github.com/rbdr/sumo.git"
17 "author": "Ben Beltran <ben@nsovocal.com>",
18 "license": "Apache-2.0",
20 "url": "https://github.com/rbdr/sumo/issues"
22 "homepage": "https://github.com/rbdr/sumo#readme",
24 "@serpentity/components.debug": "^2.0.0",
25 "@serpentity/components.position": "^2.0.0",
26 "@serpentity/serpentity": "^2.1.0",
29 "browserslist": "last two versions",
31 "babel-core": "^6.26.0",
32 "babel-polyfill": "^6.26.0",
33 "babel-preset-env": "^1.6.1",
34 "babel-loader": "^7.1.4",
37 "eslint-config-hapi": "^11.0.0",
38 "eslint-plugin-hapi": "^4.1.0",
40 "jsdoc-to-markdown": "^4.0.1",
42 "webpack-cli": "^2.0.14"