summaryrefslogtreecommitdiff
path: root/package.json
blob: d8f4f83a27e60ce199c593498cfe47106b4e9e91 (plain)
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
26
{
  "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"
  },
  "devDependencies": {
    "zerorpc": "^0.9.7"
  }
}