-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
48 lines (48 loc) · 1.2 KB
/
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
48
{
"name": "oaa-server",
"version": "1.0.0",
"main": "index.js",
"repository": "[email protected]:chrisinajar/oaa-server.git",
"author": "Chris Vickery <[email protected]>",
"license": "MIT",
"scripts": {
"test": "tape ./src/**/*.test.js | tap-spec && semistandard --fix",
"start": "node ./index.js"
},
"devDependencies": {
"semistandard": "^12.0.0",
"tap-spec": "^4.1.1",
"tape": "^4.8.0"
},
"dependencies": {
"american-sounding-names": "^1.1.3",
"amqp-connection-manager": "^1.3.7",
"amqplib": "^0.5.2",
"ap": "^0.2.0",
"bluebird": "^3.5.1",
"body": "^5.1.0",
"boom": "^7.1.1",
"corsify": "^2.1.0",
"csv": "^2.0.0",
"geval": "^2.2.0",
"http-hash-router": "^1.1.0",
"joi": "^13.1.0",
"jsonwebtoken": "^8.1.0",
"level": "^5",
"openid": "^2.0.6",
"rc": "^1.2.3",
"redirecter": "^0.2.3",
"request": "^2.83.0",
"request-promise": "^4.2.2",
"rimraf": "^2.6.2",
"send-boom": "^0.1.0",
"send-data": "^8.0.0",
"sha.js": "^2.4.10",
"sorted-array": "^2.0.2",
"steam-auth": "^0.0.4",
"steam-id-convertor": "^1.0.1",
"uuid": "^3.3.3",
"weakmap-shim": "^1.1.1",
"xtend": "^4.0.1"
}
}