-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
45 lines (45 loc) · 1.07 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
{
"name": "janus-api",
"version": "0.0.1",
"description": "Janus API server",
"main": "server.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "./node_modules/mocha/bin/mocha test/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/janusvr/janus-api.git"
},
"author": "Brandon Hinshaw <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/janusvr/janus-api/issues"
},
"homepage": "https://github.com/janusvr/janus-api#readme",
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.2.0",
"superagent": "^3.3.1"
},
"dependencies": {
"async": "^2.1.4",
"aws-sdk": "^2.7.21",
"bcrypt": "^5.0.0",
"bluebird": "^3.4.7",
"body-parser": "^1.15.2",
"dust-engine": "^1.0.2",
"express": "^4.14.0",
"express-dustjs": "^1.1.1",
"express-oauth-server": "^2.0.0-b1",
"multer": "^1.2.1",
"multer-s3": "^2.5.0",
"mysql": "^2.12.0",
"promise-mysql": "^3.0.1",
"pug": "^2.0.0-beta.12",
"redis": "^2.6.3",
"split-ca": "^1.0.1"
}
}