forked from muhammad-magdy/BloodBankBot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 773 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 773 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
{
"name": "bloodbankbot",
"version": "1.0.0",
"description": "Help save a life today by donating blood to those in need",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"lint": "esw Users.js index.js Services Bot Models Controllers --color",
"lint:watch": "npm run lint -- --watch"
},
"author": "Mohamed Magdy",
"license": "ISC",
"dependencies": {
"body-parser": "^1.17.1",
"dotenv": "^4.0.0",
"eslint": "^3.19.0",
"eslint-plugin-import": "^2.2.0",
"eslint-watch": "^3.1.0",
"express": "^4.15.2",
"localizify": "^1.1.2",
"mongoose": "^4.9.7",
"npm": "^4.5.0",
"path": "^0.12.7",
"request": "^2.81.0",
"swig": "^1.4.2"
}
}