25 linhas
521 B
JSON
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"
|
|
}
|
|
}
|