forked from gitaalekhyapaul/code2create2020
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 753 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 753 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
{
"name": "code2create2020",
"version": "1.0.0",
"description": "Official Disaster Mitigation App for Code2Create 2020 By Team FoxTrot",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gitaalekhyapaul/code2create2020.git"
},
"author": "Team FoxTrot",
"license": "ISC",
"bugs": {
"url": "https://github.com/gitaalekhyapaul/code2create2020/issues"
},
"homepage": "https://github.com/gitaalekhyapaul/code2create2020#readme",
"dependencies": {
"axios": "^0.19.2",
"body-parser": "^1.19.0",
"express": "^4.17.1",
"mongoose": "^5.9.3",
"nodemon": "^2.0.2"
}
}