openbci-ts
Version:
The unofficial Typescript SDK for the OpenBCI Biosensor Board.
28 lines (27 loc) • 627 B
JSON
{
"name": "openbci-ts",
"version": "0.0.1",
"description": "The unofficial Typescript SDK for the OpenBCI Biosensor Board.",
"main": "src/index.js",
"scripts": {
"test": "mocha test --recursive && ava"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jspenc72/openbci-ts-sdk.git"
},
"keywords": [
"OpenBCI",
"Brain",
"BCI"
],
"author": "jspenc72",
"license": "ISC",
"bugs": {
"url": "https://github.com/jspenc72/openbci-ts-sdk/issues"
},
"homepage": "https://github.com/jspenc72/openbci-ts-sdk#readme",
"devDependencies": {
"ava": "^0.18.2"
}
}