]>
Commit | Line | Data |
---|---|---|
11be5eba RBR |
1 | { |
2 | "name": "sumo", | |
3 | "version": "1.0.0-alpha1", | |
4 | "description": "A game about sumo", | |
5 | "main": "index.js", | |
6 | "scripts": { | |
2bb8e347 | 7 | "build": "parcel build ./index.html --public-url '.' --no-minify", |
11be5eba RBR |
8 | "document": "jsdoc2md -f 'lib/**/*.js' > doc/README.md", |
9 | "lint": "eslint lib", | |
f45bcde1 | 10 | "setup-hooks": "ln -s ../../scripts/git-hooks/pre-commit .git/hooks/pre-commit", |
11be5eba | 11 | "test": "I'm really really sorry!", |
f45bcde1 | 12 | "watch": "parcel ./index.html" |
11be5eba RBR |
13 | }, |
14 | "repository": { | |
15 | "type": "git", | |
16 | "url": "git+https://github.com/rbdr/sumo.git" | |
17 | }, | |
18 | "author": "Ben Beltran <ben@nsovocal.com>", | |
19 | "license": "Apache-2.0", | |
20 | "bugs": { | |
21 | "url": "https://github.com/rbdr/sumo/issues" | |
22 | }, | |
23 | "homepage": "https://github.com/rbdr/sumo#readme", | |
24 | "dependencies": { | |
7741a3cc BB |
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", | |
0616b3f0 | 29 | "@serpentity/serpentity": "^2.1.0", |
bb8d5ef4 | 30 | "babel-polyfill": "^6.26.0", |
493ec31c | 31 | "matter-js": "^0.14.1", |
bb8d5ef4 BB |
32 | "pixi.js": "^4.7.3", |
33 | "tinycolor2": "^1.4.1" | |
11be5eba | 34 | }, |
7741a3cc BB |
35 | "browserslist": [ |
36 | "defaults" | |
37 | ], | |
11be5eba | 38 | "devDependencies": { |
7741a3cc BB |
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", | |
11be5eba | 44 | "code": "^5.2.0", |
7741a3cc | 45 | "eslint": "^6.8.0", |
11be5eba RBR |
46 | "eslint-config-hapi": "^11.0.0", |
47 | "eslint-plugin-hapi": "^4.1.0", | |
48 | "jsdoc": "^3.5.5", | |
7741a3cc BB |
49 | "jsdoc-to-markdown": "^4.0.1", |
50 | "parcel-bundler": "^1.12.4" | |
11be5eba RBR |
51 | } |
52 | } |