-
Notifications
You must be signed in to change notification settings - Fork 230
/
package.json
32 lines (32 loc) · 860 Bytes
/
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
{
"name": "name-db",
"version": "1.0.0",
"description": "name-db is a collection of names in all languages. Our goal is to collect as much data as we can, and to provide an open-source free API for name translations.",
"scripts": {
"start": "node ./api/bin/www",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bluzi/name-db.git"
},
"bugs": {
"url": "https://github.com/bluzi/name-db/issues"
},
"homepage": "https://github.com/bluzi/name-db#readme",
"devDependencies": {
"fs-extra": "^4.0.2",
"jsonschema": "^1.2.0",
"mocha": "^4.0.1",
"path": "^0.12.7"
},
"dependencies": {
"body-parser": "~1.18.2",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"iso-639-3": "^1.0.1",
"express": "~4.16.0",
"morgan": "~1.9.0",
"mysql": "^2.15.0"
}
}