Arquivos
Alex Castillo 7620813526 Initial draft
2016-04-08 15:42:43 -04:00

25 linhas
521 B
JSON

{
"name": "openbci-neural-trainer",
"private": false,
"version": "0.0.1",
"description": "Node.js app for training a neural network based on OpenBCI experiments",
"main": "trainer.js",
"license": "MIT",
"keywords": [
"openbci",
"neural-network",
"machine-learning"
],
"author": "Alex Castillo",
"scripts": {
},
"dependencies": {
"brain": "^0.7.0",
"async": "^2.0.0-rc.2",
"glob": "^7.0.3",
"jsonfile": "^2.2.3",
"openbci-sdk": "^0.2.0",
"yargs": "^4.3.2"
}
}