UNPKG

node-aurora

Version:

Provides an interface to the Aurora Dreamband.

60 lines (59 loc) 1.71 kB
{ "name": "node-aurora", "version": "2.5.0", "description": "Provides an interface to the Aurora Dreamband.", "main": "lib/Aurora.js", "scripts": { "test": "npm run compile && tape -r babel-register \"test\" | tap-difflet", "test-parsers": "npm run compile && tape -r babel-register \"test/AuroraParsers\" | tap-difflet", "test-aurora": "npm run compile && tape -r babel-register \"test/Aurora\" | tap-difflet", "compile": "babel --plugins transform-runtime -d lib/ src/", "prepublish": "npm run test-parsers" }, "repository": { "type": "git", "url": "git+https://github.com/iwinks/node-aurora.git" }, "keywords": [ "iWinks", "Aurora", "EEG", "Dreamband", "ECG", "BLE", "BCI" ], "author": "Andrew Smiley <andrew@iwinks.org>", "license": "ISC", "bugs": { "url": "https://github.com/iwinks/node-aurora/issues" }, "homepage": "https://github.com/iwinks/node-aurora#readme", "devDependencies": { "babel-cli": "^6.9.0", "babel-plugin-transform-runtime": "^6.9.0", "babel-preset-es2015": "^6.9.0", "babel-preset-es2017": "^6.14.0", "babel-preset-stage-0": "^6.5.0", "babel-register": "^6.9.0", "sinon": "^4.1.3", "tap-difflet": "^0.7.0", "tape": "^4.6.0" }, "dependencies": { "babel-runtime": "^6.9.0", "binary-parser": "github:iwinks/binary-parser", "buffer-crc32": "^0.2.13", "drivelist": "^5.2.7", "eject-media": "^0.0.3", "flat": "^4.0.0", "lodash": "^4.13.1", "mkdirp": "^0.5.1", "moment": "^2.19.4", "noble": "^1.8.1", "node-fetch": "^1.6.3", "serialport": "6.0.4", "split": "^1.0.0", "usb-detection": "^1.4.2" } }