forked from galenmaly/lighterpack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·31 lines (31 loc) · 839 Bytes
/
package.json
File metadata and controls
executable file
·31 lines (31 loc) · 839 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
28
29
30
31
{
"name": "lighterpack",
"version": "1.0.0",
"description": "LighterPack =========== LighterPack is a website to track the gear you take on adventures. It is still in Beta.",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/galenmaly/lighterpack"
},
"author": "",
"license": "MIT",
"dependencies": {
"body-parser": "^1.14.2",
"compression": "^1.6.0",
"connect": "^3.4.0",
"cookie-parser": "^1.4.0",
"express": "^4.13.3",
"formidable": "^1.0.17",
"mongojs": "^2.2.2",
"mustache": "^2.2.1",
"node.extend": "^1.1.5",
"nodemailer": "^1.10.0",
"nodemailer-sendmail-transport": "^1.0.0",
"request": "^2.67.0",
"markdown": "^0.5.0",
"config": "^1.21.0"
}
}