forked from AmericanRedCross/ttl-viz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.34 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
{
"name": "disaster-asset-manager",
"version": "0.1.0",
"description": "An application using Node.js that enables storing and maintaining assets for disaster relief such as situation reports and maps and accessing those assets for display and use via a robust API.",
"main": "config.js",
"dependencies": {
"aws-sdk": "^2.2.26",
"bcrypt": "^0.8.3",
"bcrypt-nodejs": "^0.0.3",
"body-parser": "^1.13.1",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.3.5",
"express": "^4.13.0",
"express-session": "^1.11.2",
"express3-handlebars": "^0.5.2",
"flow": "^0.2.3",
"gridfs-stream": "^1.1.1",
"jwt-simple": "^0.3.0",
"moment": "^2.10.3",
"mongodb": "^2.1.0-alpha",
"mongoose": "^4.0.6",
"morgan": "^1.6.0",
"multer": "^0.1.8",
"passport": "^0.2.2",
"passport-local": "^1.0.0",
"pg": "^4.4.3"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/AmericanRedCross/disaster-asset-manager.git"
},
"author": "American Red Cross and Kevin Lustig",
"license": "GPLv3",
"bugs": {
"url": "https://github.com/AmericanRedCross/disaster-asset-manager/issues"
},
"homepage": "https://github.com/AmericanRedCross/disaster-asset-manager"
}