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.angle": "^1.0.2",
26 "@serpentity/components.debug": "^3.0.2",
27 "@serpentity/components.force": "^1.0.3",
28 "@serpentity/components.position": "^3.0.2",
29 "@serpentity/serpentity": "^2.1.0",
30 "babel-polyfill": "^6.26.0",
31 "matter-js": "^0.14.1",
33 "tinycolor2": "^1.4.1"
39 "@babel/core": "^7.8.7",
40 "@babel/preset-env": "^7.8.7",
41 "@hapi/eslint-config-hapi": "^13.0.2",
42 "@hapi/eslint-plugin-hapi": "^4.3.5",
43 "babel-loader": "^8.0.6",
46 "eslint-config-hapi": "^11.0.0",
47 "eslint-plugin-hapi": "^4.1.0",
49 "jsdoc-to-markdown": "^4.0.1",
50 "parcel-bundler": "^1.12.4"