9d778b64f8
* working lab streaming layer example for Cyton * working lab streaming layer example for Cyton * working lab streaming layer example for Cyton * readme formatting * more readme formatting * typo '-_- * more detail in readme * clarifying readme code * more readme edits * clarified main readme * added sudo note
32 linhas
661 B
JSON
32 linhas
661 B
JSON
{
|
|
"name": "labstreaminglayer",
|
|
"version": "1.0.0",
|
|
"description": "labstreaminglayer example",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "concurrently --kill-others \"python handoff.py\" \"node index.js\"",
|
|
"start-node": "node index.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [
|
|
"python",
|
|
"openbci",
|
|
"node",
|
|
"labstreaminglayer",
|
|
"LSL"
|
|
],
|
|
"author": "AJ Keller",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"openbci": "^1.4.2",
|
|
"zmq-prebuilt": "^2.1.0"
|
|
},
|
|
"devEngines": {
|
|
"node": "<=6.x",
|
|
"npm": ">=3.x"
|
|
},
|
|
"devDependencies": {
|
|
"concurrently": "^3.1.0"
|
|
}
|
|
}
|