-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.04 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.04 KB
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
{
"name": "orb-server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jeremyfifty9/orb-server.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jeremyfifty9/orb-server/issues"
},
"homepage": "https://github.com/jeremyfifty9/orb-server#readme",
"dependencies": {
"asciidoctor.js": "^1.5.9",
"body-parser": "^1.18.3",
"bookshelf": "^0.10.2",
"bower": "^1.8.0",
"dotenv": "^2.0.0",
"express": "^4.14.0",
"express-handlebars": "^3.0.0",
"express-session": "^1.15.1",
"knex": "^0.12.6",
"mysql": "^2.16.0",
"node-cache": "^4.1.1",
"node-gyp": "^3.4.0",
"passport-local": "^1.0.0",
"querystring": "^0.2.0",
"request": "^2.79.0",
"request-promise-native": "^1.0.3",
"sodium": "^3.0.2",
"validator": "^6.2.1",
"when": "^3.7.7"
},
"devDependencies": {},
"keywords": []
}