diff options
| author | Ben Beltran <ben@nsovocal.com> | 2017-08-30 00:29:19 -0500 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2017-08-30 00:29:19 -0500 |
| commit | b78f678de4f242b2a364bbf0cc39c8ec61ee5357 (patch) | |
| tree | 92cb79b266ec9b5b609a8e8ba829bda3d7315ca8 /package.json | |
| parent | dc7f608a828fc0b34a291af915727ab1f7d6ba0a (diff) | |
| parent | 21f11b5ae525f52fd1a2bf1a741ad79bfccb1278 (diff) | |
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..57fa9fe --- /dev/null +++ b/package.json @@ -0,0 +1,40 @@ +{ + "name": "sorting-hat-renderer", + "version": "1.0.0", + "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" + } +} |