This repository has been archived by the owner on Nov 2, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.5 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "bdb",
"version": "1.0.0",
"description": "A small and easy rental and asset manager\r It was build for small organisations and companys to have an easy way of managing their assets and renting them to people. It is still very much in its earliest state, but you can already add user, items and user can send requests.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": "./bin/bdb.js",
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.18.3",
"chalk": "^3.0.0",
"clear": "^0.1.0",
"clui": "^0.3.6",
"commander": "^4.0.1",
"configstore": "^5.0.1",
"cookie-parser": "^1.4.3",
"dotenv": "^8.2.0",
"elasticsearch": "^16.5.0",
"execa": "^4.0.3",
"express": "^4.16.4",
"express-flash": "0.0.2",
"express-session": "^1.15.6",
"figlet": "^1.2.4",
"inquirer": "^7.0.0",
"jsonschema": "^1.2.4",
"jstransformer-markdown-it": "^2.1.0",
"keyword-extractor": "0.0.18",
"listr": "^0.14.3",
"markdown-to-pug": "^1.0.11",
"minimist": "^1.2.5",
"moment": "^2.22.2",
"mongoosastic": "^4.5.1",
"mongoose": "^5.7.9",
"morgan": "^1.9.1",
"natural": "^0.6.2",
"node-markdown": "^0.1.1",
"pdfkit": "^0.8.3",
"pug": "^2.0.3",
"remove-markdown": "^0.3.0",
"retext-keywords": "^4.0.2",
"rxjs": "^6.6.3",
"shortid": "^2.2.14",
"touch": "^3.1.0"
},
"devDependencies": {
"nodemon": "^1.19.4"
}
}