Arquivos
Alex Castillo f9ea2ad105 Initial draft
2016-04-08 15:21:29 -04:00

22 linhas
444 B
JSON

{
"name": "openbci-experimenter",
"private": false,
"version": "0.0.1",
"description": "Node.js app for recording experiments based on OpenBCI data samples",
"main": "experimenter.js",
"license": "MIT",
"keywords": [
"openbci",
"experiment",
"machine-learning"
],
"author": "Alex Castillo",
"scripts": {
},
"dependencies": {
"jsonfile": "^2.2.3",
"openbci-sdk": "^0.2.0",
"yargs": "^4.3.2"
}
}