2 "name": "sorting-hat-renderer",
4 "description": "Frontend for a mindwave powered sorting hat",
6 "build": "webpack --config ./config/webpack.js",
7 "document": "jsdoc2md -f 'lib/**/*.js' > doc/README.md",
9 "test": "I'm really really sorry!",
10 "watch": "webpack --watch --config ./config/webpack.js"
14 "url": "git+https://github.com/rbdr/sorting-hat-renderer.git"
20 "author": "Ben Beltran <ben@nsovocal.com>",
21 "license": "Apache-2.0",
23 "url": "https://github.com/rbdr/sorting-hat-renderer/issues"
25 "homepage": "https://github.com/rbdr/sorting-hat-renderer#readme",
30 "babel-core": "6.26.x",
31 "babel-loader": "7.1.x",
32 "babel-preset-es2017": "6.24.x",
34 "eslint-config-hapi": "10.0.x",
35 "eslint-plugin-hapi": "4.0.x",
37 "jsdoc-to-markdown": "3.0.x",