-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 810 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 810 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
39
{
"name": "box_app_server",
"version": "0.1.0",
"description": "",
"main": "./server.js",
"dependencies": {
"bignumber.js": "^6.0.0",
"colors": "^1.1.2",
"json-format": "^1.0.1",
"koa": "^2.4.1",
"koa-bodyparser": "^4.2.0",
"koa-generic-session": "^2.0.0",
"koa-mount": "^3.0.0",
"koa-multer": "^1.0.2",
"koa-nunjucks-async": "^1.0.1",
"koa-router": "^7.3.0",
"koa-static": "^4.0.2",
"mini-logger": "^1.1.3",
"mysql": "^2.15.0",
"node-rsa": "^0.4.2",
"request": "^2.85.0",
"request-promise": "^4.2.2",
"secp256k1": "^3.4.0"
},
"scripts": {
"start": "node server.js"
},
"repository": {
"type": "git",
"url": ""
},
"keywords": [
"BOX"
],
"author": "box.la",
"engines": {
"node": ">= 8.2.0"
}
}