-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.03 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.03 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
{
"dependencies": {
"body-parser": "^1.19.0",
"chai": "^4.2.0",
"dotenv": "^4.0.0",
"express": "^4.17.1",
"fs-walk": "0.0.1",
"helmet": "^3.21.2",
"jsonfile": "^4.0.0",
"mongodb": "^3.1.13",
"passport": "^0.3.2",
"primus": "^7.3.4",
"prompt": "^1.0.0",
"scraperjs": "^1.2.0",
"serve-index": "^1.9.1",
"shelljs": "^0.7.8",
"sql.js": "^0.4.0",
"sqlite3": "^4.1.1",
"ws": "^3.3.3"
},
"name": "ygo_db",
"description": "MongoDB Based Yu-Gi-Oh! database. Community created and maintained",
"version": "1.0.0",
"main": "app.js",
"devDependencies": {},
"scripts": {
"test": "mocha test/test",
"start": "node app.js",
"setup": "node setup.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SalvationDevelopment/YGO_DB.git"
},
"author": "Salvation Development",
"license": "MIT",
"bugs": {
"url": "https://github.com/SalvationDevelopment/YGO_DB/issues"
},
"homepage": "https://github.com/SalvationDevelopment/YGO_DB#readme"
}