-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 848 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 848 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
34
{
"name": "portfolioSite",
"version": "0.0.1",
"private": true,
"main": "server.js",
"scripts": {
"start": "node server.js",
"postinstall": "export HOME=$HOME/app-root/runtime/repo; ./node_modules/bower/bin/bower install"
},
"dependencies": {
"JSONStream": "~0.9.0",
"body-parser": "~1.0.0",
"bower": "^1.3.9",
"compression": "^1.1.0",
"cookie-parser": "~1.0.1",
"debug": "~0.7.4",
"express": "~4.2.0",
"jade": "~1.3.0",
"mongojs": "~0.14.0",
"morgan": "~1.0.0",
"nodemailer": "^1.2.1",
"serve-favicon": "^2.1.1",
"static-favicon": "~1.0.0"
},
"devDependencies": {
"assert": "^1.1.2",
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.10.0",
"grunt-jslint": "^1.1.12",
"grunt-mocha-test": "^0.11.0",
"mocha": "^1.21.4",
"sinon": "^1.10.3"
}
}