-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 902 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
36
37
{
"name": "gph-plantas",
"version": "1.0.0",
"description": "",
"main": "app.js",
"dependencies": {
"body-parser": "^1.14.1",
"cookie-parser": "^1.4.0",
"connect-multiparty": "^2.0.0",
"debug": "^2.2.0",
"excel-parser": "^0.2.2",
"express": "^4.13.3",
"fast-csv": "^0.6.0",
"jade": "^1.11.0",
"mongodb": "^2.0.45",
"mongoskin": "^2.0.0",
"morgan": "^1.6.1",
"nodemailer": "^1.5.0",
"node-uuid": "^1.4.3",
"static-favicon": "^2.0.0-alpha",
"sendgrid": "^3.0.5"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/ovsleep/gph-plantas.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ovsleep/gph-plantas/issues"
},
"homepage": "https://github.com/ovsleep/gph-plantas"
}