aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 50f2a47bd91c7d997826893b5ee4a3f0dca2fc8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
  "name": "sumo",
  "version": "1.0.0-alpha1",
  "description": "A game about sumo",
  "main": "index.js",
  "scripts": {
    "build": "webpack-cli --mode production --config ./config/webpack.js",
    "document": "jsdoc2md -f 'lib/**/*.js' > doc/README.md",
    "lint": "eslint lib",
    "test": "I'm really really sorry!",
    "watch": "webpack --watch --mode development --config ./config/webpack.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rbdr/sumo.git"
  },
  "author": "Ben Beltran <ben@nsovocal.com>",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/rbdr/sumo/issues"
  },
  "homepage": "https://github.com/rbdr/sumo#readme",
  "dependencies": {
    "@serpentity/components.debug": "^2.0.0",
    "@serpentity/components.position": "^2.0.0",
    "@serpentity/serpentity": "^2.1.0",
    "pixi.js": "^4.7.3"
  },
  "browserslist": "last two versions",
  "devDependencies": {
    "babel-core": "^6.26.0",
    "babel-polyfill": "^6.26.0",
    "babel-preset-env": "^1.6.1",
    "babel-loader": "^7.1.4",
    "code": "^5.2.0",
    "eslint": "^4.19.1",
    "eslint-config-hapi": "^11.0.0",
    "eslint-plugin-hapi": "^4.1.0",
    "jsdoc": "^3.5.5",
    "jsdoc-to-markdown": "^4.0.1",
    "webpack": "^4.6.0",
    "webpack-cli": "^2.0.14"
  }
}