-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 774 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 774 Bytes
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
36
37
38
{
"name": "crate-digger-vr",
"version": "0.0.1",
"description": "Crate Digger VR",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"dotenv": "^6.2.0",
"easyrtc": "^1.1.0",
"ejs": "^2.6.1",
"eslint": "^5.8.0",
"express": "^4.16.4",
"express-session": "^1.15.6",
"http": "0.0.0",
"networked-aframe": "^0.6.0",
"oauth-signature": "^1.5.0",
"passport": "^0.4.0",
"passport-spotify": "^1.0.1",
"serve-static": "^1.13.2",
"socket.io": "^2.1.1"
},
"repository": {
"url": "https://github.com/quinn-madson/crate-digger-vr.git"
},
"license": "MIT",
"keywords": [
"music",
"webvr",
"social"
],
"standard": {
"ignore": [
"public/"
]
}
}