aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 95d5e67390846e5a0b28639ea9b17f8ae8aed06e (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
{
  "name": "sorting-hat-renderer",
  "version": "1.0.0-a1",
  "description": "Frontend for a mindwave powered sorting hat",
  "scripts": {
    "build": "webpack --config ./config/webpack.js",
    "document": "jsdoc2md -f 'lib/**/*.js' > doc/README.md",
    "lint": "eslint .",
    "test": "I'm really really sorry!",
    "watch": "webpack --watch --config ./config/webpack.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rbdr/sorting-hat-renderer.git"
  },
  "keywords": [
    "eeg",
    "sorting hat"
  ],
  "author": "Ben Beltran <ben@nsovocal.com>",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/rbdr/sorting-hat-renderer/issues"
  },
  "homepage": "https://github.com/rbdr/sorting-hat-renderer#readme",
  "dependencies": {
    "vue": "2.4.x"
  },
  "devDependencies": {
    "babel-core": "6.26.x",
    "babel-loader": "7.1.x",
    "babel-preset-es2017": "6.24.x",
    "eslint": "4.3.x",
    "eslint-config-hapi": "10.0.x",
    "eslint-plugin-hapi": "4.0.x",
    "jsdoc": "3.5.x",
    "jsdoc-to-markdown": "3.0.x",
    "webpack": "3.5.x"
  }
}