32 linhas
711 B
JSON
32 linhas
711 B
JSON
{
|
|
"name": "openbci",
|
|
"version": "0.0.1",
|
|
"description": "A Python and Node.js warpper around OpenBCI",
|
|
"main": "socket_server.js",
|
|
"dependencies": {
|
|
"socket.io": "^0.9.16",
|
|
"node-static": "^0.7.3"
|
|
},
|
|
"devDependencies": {
|
|
"socket.io": "0.9.16"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/theRealWardo/Python_OpenBCI.git"
|
|
},
|
|
"keywords": [
|
|
"OpenBCI",
|
|
"brain",
|
|
"EEG"
|
|
],
|
|
"author": "Matt Ward",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/theRealWardo/Python_OpenBCI/issues"
|
|
},
|
|
"homepage": "https://github.com/theRealWardo/Python_OpenBCI"
|
|
}
|