-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 931 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
34
35
{
"name": "blast-radius-app",
"version": "1.0.0",
"description": " <fill in> ",
"main": "app.js",
"dependencies": {
"body-parser": "^1.17.2",
"cheerio": "^1.0.0-rc.2",
"ejs": "^2.5.7",
"ejs-lint": "^0.3.0",
"express": "^4.15.3",
"fs": "0.0.1-security",
"mongod": "^2.0.0",
"mongodb": "^2.2.31",
"node-geo": "^0.1.0",
"node-geocoder": "^3.21.0",
"prettyjson": "^1.2.1",
"request": "^2.83.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon app.js"
},
"author": "",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/philipbankier/Blast-Radius-Calculator-App.git"
},
"bugs": {
"url": "https://github.com/philipbankier/Blast-Radius-Calculator-App/issues"
},
"homepage": "https://github.com/philipbankier/Blast-Radius-Calculator-App#readme"
}