-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.15 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.15 KB
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
44
45
{
"name": "WebApp20",
"version": "1.0.0",
"description": "Baja Web App",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "https://github.com/PhoenixRacing/WebApp20.git"
},
"author": "Radmer van der Heyde, Deborah Helen, Kai Levy, Patrick Huston, Sawyer Vaughan",
"license": "ISC",
"bugs": {
"url": "https://github.com/PhoenixRacing/WebApp20/issues"
},
"homepage": "https://github.com/PhoenixRacing/WebApp20",
"dependencies": {
"aws-sdk": "^2.2.41",
"bcrypt-nodejs": "0.0.3",
"bluebird": "^3.4.7",
"body-parser": "^1.13.1",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.3.5",
"express": "^4.13.0",
"express-session": "^1.11.3",
"imagejs": "0.0.9",
"mongoose": "^4.1.7",
"morgan": "^1.6.0",
"multer": "^1.0.6",
"multiparty": "^4.1.2",
"mysql": "^2.9.0",
"nodemailer": "^2.6.4",
"passport": "^0.2.2",
"passport-local": "^1.0.0",
"serve-favicon": "^2.3.2"
},
"devDependencies": {
"chai": "^3.0.0",
"karma": "^0.12.37",
"mocha": "^2.2.5"
}
}