-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
35 lines (35 loc) · 859 Bytes
/
package.json
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
27
28
29
30
31
32
33
34
35
{
"name": "ThunderTube",
"version": "1.0.0",
"description": "Interface for controlling the thundertube in the Recurse Center",
"main": "server.js",
"dependencies": {
"body-parser": "^1.18.3",
"codemirror": "^5.41.0",
"codemirror-javascript": "^0.2.0",
"express": "^4.16.4",
"http": "0.0.0",
"i": "^0.3.6",
"mongodb": "^3.1.10",
"npm": "^6.4.1",
"path": "^0.12.7",
"three": "^0.98.0"
},
"scripts": {
"test": "nil"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/dsherry/websocket_to_artnet.git"
},
"keywords": [
"artnet",
"websocket"
],
"author": "Dylan Sherry, Aaron Strick",
"license": "WTFPL",
"bugs": {
"url": "https://github.com/dsherry/websocket_to_artnet/issues"
},
"homepage": "https://github.com/dsherry/websocket_to_artnet#readme"
}