-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 767 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 767 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
32
33
{
"name": "Wedding",
"version": "0.0.0",
"description": "Wedding website",
"main": "server.js",
"dependencies": {
"bower": "~1.3.12",
"ejs": "~1.0.0",
"express": "~4.10.2",
"nodemailer": "^0.7.1",
"nodemailer-smtp-transport": "^0.1.13",
"body-parser": "~1.10.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"engines": {
"node": "0.10.x",
"npm": "1.3.x"
},
"repository": {
"type": "git",
"url": "https://github.com/blinn/linnWedding.git"
},
"author": "Brett Linn",
"license": "ISC",
"bugs": {
"url": "https://github.com/blinn/linnWedding/issues"
},
"homepage": "https://github.com/blinn/linnWedding"
}