-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.05 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
44
45
46
{
"name": "bryngo.me",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"test": "jshint test/test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/bryngo/PersonalSite.git"
},
"author": "Bryan Ngo",
"license": "MIT",
"dependencies": {
"append-field": "^1.0.0",
"body-parser": "^1.18.3",
"busboy": "^0.2.14",
"chai": "~1.8.1",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.3.3",
"dateformat": "^3.0.3",
"debug": "^2.1.1",
"express": "^4.16.4",
"express-session": "^1.10.1",
"growl": "^1.10.5",
"html2jade": "^0.8.6",
"jade": "^1.9.1",
"mime": "latest",
"mocha": "~1.14.0",
"mongodb": "latest",
"mongoose": "^4.4.1",
"morgan": "^1.9.1",
"multer": "latest",
"nodemailer": "^4.6.8",
"passport": "^0.2.1",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^1.0.0",
"serve-favicon": "^2.5.0",
"should": "~2.1.0",
"showdown": "^1.8.7"
},
"devDependencies": {
"jshint": "^2.9.6"
}
}