]> git.r.bdr.sh - rbdr/sumo/blob - package.json
Use new lib components
[rbdr/sumo] / package.json
1 {
2 "name": "sumo",
3 "version": "1.0.0-alpha1",
4 "description": "A game about sumo",
5 "main": "index.js",
6 "scripts": {
7 "build": "parcel build ./index.html --public-url '.' --no-minify",
8 "document": "jsdoc2md -f 'lib/**/*.js' > doc/README.md",
9 "lint": "eslint lib",
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"
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": {
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",
32 "pixi.js": "^4.7.3",
33 "tinycolor2": "^1.4.1"
34 },
35 "browserslist": [
36 "defaults"
37 ],
38 "devDependencies": {
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",
44 "code": "^5.2.0",
45 "eslint": "^6.8.0",
46 "eslint-config-hapi": "^11.0.0",
47 "eslint-plugin-hapi": "^4.1.0",
48 "jsdoc": "^3.5.5",
49 "jsdoc-to-markdown": "^4.0.1",
50 "parcel-bundler": "^1.12.4"
51 }
52 }