-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.46 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
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "scott-erickson-home",
"author": "Scott Erickson <[email protected]>",
"homepage": "http://scotterickson.info/",
"repository": {
"type": "git",
"url": "https://github.com/sderickson/home"
},
"scripts": {
"bower": "bower",
"brunch": "brunch",
"build-prod": "brunch build --production",
"mongod": "mongod --dbpath=mongo",
"nodemon": "nodemon",
"forever": "forever"
},
"main": "index.js",
"dependencies": {
"async": "^1.5.0",
"backbone": "^1.3.3",
"body-parser": "^1.14.1",
"bootstrap": "^3.3.6",
"coffee-script": "^1.10.0",
"compression": "^1.6.1",
"connect": "^3.4.0",
"cookie-parser": "^1.4.0",
"express": "^4.13.3",
"express-useragent": "^0.2.0",
"forever": "^0.15.1",
"jquery": "^2.2.3",
"moment": "^2.13.0",
"mongodb": "^2.0.48",
"mongoose": "^4.2.5",
"mongoose-text-search": "0.0.2",
"morgan": "^1.6.1",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"request": "^2.65.0",
"winston": "^2.1.0"
},
"devDependencies": {
"auto-reload-brunch": "^2.7.1",
"bower": "^1.6.5",
"brunch": "^2.7.2",
"coffee-script-brunch": "^2.0.0",
"compressible": "^2.0.6",
"css-brunch": "^2.6.1",
"jade-brunch": "^2.0.0",
"javascript-brunch": "^2.0.0",
"nodemon": "^1.8.1",
"sass-brunch": "^2.6.2",
"uglify-js-brunch": "^2.0.1"
},
"license": "MIT",
"private": true,
"engines": {
"node": "5.1.1"
}
}