-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 912 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
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "TheDarkSide",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "test"
},
"author": "shawn lawson",
"license": "ISC",
"files": [
"index.js",
"lib/*.js"
],
"standard": {
"globals": [
"THREE",
"$"
]
},
"devDependencies": {
"babel": "^6.23.0",
"bluebird": "3.5.3",
"co": "4.6.0",
"coveralls": "3.0.2",
"eslint": "5.12.0",
"faye-websocket": "0.11.1",
"firebase": "5.7.2",
"firebase-token-generator": "^2.0.0",
"istanbul": "^0.4.5",
"mocha": "5.2.0",
"proxyquire": "^2.1.0",
"winston": "^3.2.1"
},
"dependencies": {
"any-promise": "1.3.0",
"caporal": "^1.1.0",
"cli": "1.0.1",
"debug": "~>4.1.1",
"express": "^4.16.4",
"jwt-simple": "0.5.5",
"lodash": ">=4.17.21",
"nopt": "^4.0.1",
"targaryen": "3.1.0",
"ws": "^7.4.6"
}
}