]> git.r.bdr.sh - rbdr/sorting-hat-renderer/blame - package.json
update version
[rbdr/sorting-hat-renderer] / package.json
CommitLineData
4b3d8120
BB
1{
2 "name": "sorting-hat-renderer",
21f11b5a 3 "version": "1.0.0",
4b3d8120
BB
4 "description": "Frontend for a mindwave powered sorting hat",
5 "scripts": {
6 "build": "webpack --config ./config/webpack.js",
7 "document": "jsdoc2md -f 'lib/**/*.js' > doc/README.md",
8 "lint": "eslint .",
9 "test": "I'm really really sorry!",
10 "watch": "webpack --watch --config ./config/webpack.js"
11 },
12 "repository": {
13 "type": "git",
14 "url": "git+https://github.com/rbdr/sorting-hat-renderer.git"
15 },
16 "keywords": [
17 "eeg",
18 "sorting hat"
19 ],
20 "author": "Ben Beltran <ben@nsovocal.com>",
21 "license": "Apache-2.0",
22 "bugs": {
23 "url": "https://github.com/rbdr/sorting-hat-renderer/issues"
24 },
25 "homepage": "https://github.com/rbdr/sorting-hat-renderer#readme",
26 "dependencies": {
27 "vue": "2.4.x"
28 },
29 "devDependencies": {
30 "babel-core": "6.26.x",
31 "babel-loader": "7.1.x",
32 "babel-preset-es2017": "6.24.x",
33 "eslint": "4.3.x",
34 "eslint-config-hapi": "10.0.x",
35 "eslint-plugin-hapi": "4.0.x",
36 "jsdoc": "3.5.x",
37 "jsdoc-to-markdown": "3.0.x",
38 "webpack": "3.5.x"
39 }
40}