]> git.r.bdr.sh - rbdr/sorting-hat/blob - package.json
Merge branch 'feature/rbdr-initial-dev' into develop
[rbdr/sorting-hat] / package.json
1 {
2 "name": "sorting-hat",
3 "version": "1.0.0-a1",
4 "description": "A mindwave powered sorting hat",
5 "scripts": {
6 "document": "jsdoc2md -f 'lib/**/*.js' > doc/README.md",
7 "lint": "eslint .",
8 "start": "node bin/sorting_hat.js",
9 "test": "I'm really really sorry!"
10 },
11 "repository": {
12 "type": "git",
13 "url": "git+https://github.com/rbdr/sorting-hat.git"
14 },
15 "keywords": [
16 "eeg",
17 "sorting hat"
18 ],
19 "author": "Ben Beltran <ben@nsovocal.com>",
20 "license": "Apache-2.0",
21 "bugs": {
22 "url": "https://github.com/rbdr/sorting-hat/issues"
23 },
24 "homepage": "https://github.com/rbdr/sorting-hat#readme",
25 "dependencies": {
26 "getenv2": "0.1.x",
27 "mindwave2": "1.0.x",
28 "ws": "3.1.x"
29 },
30 "devDependencies": {
31 "eslint": "4.3.x",
32 "eslint-config-hapi": "10.0.x",
33 "eslint-plugin-hapi": "4.0.x",
34 "jsdoc": "3.5.x",
35 "jsdoc-to-markdown": "3.0.x"
36 },
37 "main": "lib/sorting_hat.js",
38 "bin": {
39 "sorting-hat": "bin/sorting_hat.js"
40 }
41 }