19 linhas
363 B
JSON
19 linhas
363 B
JSON
{
|
|
"name": "get-streaming",
|
|
"version": "1.0.0",
|
|
"description": "Get streaming example",
|
|
"main": "getStreaming.js",
|
|
"scripts": {
|
|
"start": "node getStreaming.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [
|
|
"get"
|
|
],
|
|
"author": "AJ Keller",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"openbci": "^1.5.0"
|
|
}
|
|
}
|