3 "version": "1.0.0-alpha1",
4 "description": "A game about sumo",
7 "build": "parcel build ./index.html --public-url '.' --no-minify",
8 "document": "jsdoc2md -f 'lib/**/*.js' > doc/README.md",
10 "setup-hooks": "ln -s ../../scripts/git-hooks/pre-commit .git/hooks/pre-commit",
11 "test": "I'm really really sorry!",
12 "watch": "parcel ./index.html"
16 "url": "git+https://github.com/rbdr/sumo.git"
18 "author": "Ben Beltran <ben@nsovocal.com>",
19 "license": "Apache-2.0",
21 "url": "https://github.com/rbdr/sumo/issues"
23 "homepage": "https://github.com/rbdr/sumo#readme",
25 "@serpentity/components.debug": "^2.0.0",
26 "@serpentity/components.position": "^2.0.0",
27 "@serpentity/serpentity": "^2.1.0",
28 "babel-polyfill": "^6.26.0",
29 "matter-js": "^0.14.1",
31 "tinycolor2": "^1.4.1"
33 "browserslist": "last 2 versions",
35 "parcel-bundler": "^1.7.1",
36 "babel-core": "^6.26.0",
37 "babel-preset-env": "^1.6.1",
38 "babel-loader": "^7.1.4",
41 "eslint-config-hapi": "^11.0.0",
42 "eslint-plugin-hapi": "^4.1.0",
44 "jsdoc-to-markdown": "^4.0.1"