]>
Commit | Line | Data |
---|---|---|
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 | "babel-polyfill": "^6.26.0", | |
26 | "@serpentity/components.debug": "^2.0.0", | |
27 | "@serpentity/components.position": "^2.0.0", | |
28 | "@serpentity/serpentity": "^2.1.0", | |
29 | "matter-js": "^0.14.1", | |
30 | "pixi.js": "^4.7.3" | |
31 | }, | |
32 | "browserslist": "last 2 versions", | |
33 | "devDependencies": { | |
34 | "parcel-bundler": "^1.7.1", | |
35 | "babel-core": "^6.26.0", | |
36 | "babel-preset-env": "^1.6.1", | |
37 | "babel-loader": "^7.1.4", | |
38 | "code": "^5.2.0", | |
39 | "eslint": "^4.19.1", | |
40 | "eslint-config-hapi": "^11.0.0", | |
41 | "eslint-plugin-hapi": "^4.1.0", | |
42 | "jsdoc": "^3.5.5", | |
43 | "jsdoc-to-markdown": "^4.0.1" | |
44 | } | |
45 | } |