-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·34 lines (34 loc) · 927 Bytes
/
package.json
File metadata and controls
executable file
·34 lines (34 loc) · 927 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
{
"name": "bfdbreader-node",
"version": "1.0.0",
"description": "Server software to help read BFDB",
"main": "server.js",
"dependencies": {
"body-parser": "^1.17.2",
"compression": "^1.6.2",
"express": "^4.15.3",
"fs": "^0.0.2",
"google-translate-api": "^2.2.2",
"lodash": "^4.17.4",
"request": "^2.81.0",
"request-promise": "^4.2.1",
"underscore": "^1.8.3",
"yargs": "^7.1.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"legacy_start": "node server.js",
"pi": "node --max-old-space-size=750 web_server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BluuArc/BFDBReader-node.git"
},
"author": "BluuArc",
"license": "ISC",
"bugs": {
"url": "https://github.com/BluuArc/BFDBReader-node/issues"
},
"homepage": "https://github.com/BluuArc/BFDBReader-node#readme"
}