1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
{
"name": "live-cortex",
"version": "1.0.0",
"description": "live cortex for neural stuff",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@asdf.us:live-cortex.git"
},
"keywords": [
"private"
],
"author": "jules laplace <julescarbon@gmail.com>",
"license": "UNLICENSED",
"dependencies": {
"dotenv": "^5.0.1",
"express": "^4.16.3",
"socket.io": "^2.1.1",
"socket.io-stream": "^0.9.1",
"zerorpc": "^0.9.7"
}
}
|