-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 882 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
33
{
"name": "my_organizer",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"author": "Bijaya",
"license": "ISC",
"dependencies": {
"bcrypt": "^3.0.4",
"body-parser": "^1.18.3",
"bootstrap": "^4.3.1",
"express": "^4.16.4",
"jsonwebtoken": "^8.4.0",
"marked": "^0.6.0",
"mongoose": "^5.4.13"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/bmanandhar/my_organizer.git"
},
"bugs": {
"url": "https://github.com/bmanandhar/my_organizer/issues"
},
"homepage": "https://github.com/bmanandhar/my_organizer#readme",
"description": "https://forismatic.com/en/api/ https://api.openweathermap.org https://newsapi.org/ https://ipinfo.io/json",
"engines": {
"node": "v11.7.0"
}
}