forked from erealmsoft/HomeSite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
84 lines (84 loc) · 2.18 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "eRealm",
"description": "Home page for eReaml.",
"version": "1.0.0",
"keywords": [
"open source",
"node.js",
"home page"
],
"homepage": "http://www.erealmsoft.com",
"author": "dangjian",
"repository": {
"type": "git",
"url": "https://github.com/eRealm/HomeSite.git"
},
"config": {
"unsafe-perm": true
},
"bugs": {
"url": "https://github.com/eRealm/HomeSite/issues",
"email": "[email protected]"
},
"license": "",
"dependencies": {
"body-parser": "^1.9.2",
"compression": "^1.2.0",
"connect-mongo": "^0.6.0",
"cookie-parser": "^1.3.3",
"cookie-session": "^1.1.0",
"crypto": "0.0.3",
"csurf": "^1.6.3",
"errorhandler": "^1.2.2",
"express": "^4.10.2",
"express-session": "^1.10.1",
"express-validator": "^1.0.1",
"express-winston": "^0.2.12",
"grunt-autoprefixer": "~1.0.1",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-concat": "^0.3.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-cssmin": "^0.9.0",
"grunt-contrib-less": "^0.9.0",
"grunt-contrib-uglify": "^0.3.3",
"grunt-filerev": "~0.2.1",
"grunt-usemin": "^2.0.2",
"handlebars": "~2.0.0-alpha.4",
"helmet": "^0.5.4",
"load-grunt-tasks": "^3.1.0",
"lodash": "~2.4.1",
"lru-cache": "~2.5.0",
"method-override": "^2.3.0",
"mkdirp": "^0.5.0",
"mongodb": "^1.4.30",
"mongoose": "4.0.4",
"morgan": "^1.5.0",
"multer": "^0.1.7",
"nodemailer": "^0.7.1",
"passport": "^0.2.1",
"passport-local": "^1.0.0",
"serve-favicon": "^2.1.6",
"swig": "^1.4.2",
"tumblr.js": "0.0.4",
"winston": "~0.7.3",
"winston-sendmail": "~1.0.4"
},
"devDependencies": {
"debug": "~0.7.4",
"grunt": "~0.4.2",
"grunt-cli": "~0.1.13",
"grunt-concurrent": "~0.5.0",
"grunt-contrib-htmlmin": "~0.2.0",
"grunt-contrib-jshint": "~0.9.2",
"grunt-contrib-watch": "~0.5.3",
"grunt-env": "~0.4.1",
"grunt-jsbeautifier": "^0.2.7",
"grunt-lesslint": "~1.1.7",
"grunt-mocha-cov": "~0.2.1",
"grunt-nodemon": "^0.4.0",
"grunt-text-replace": "^0.4.0",
"jshint-stylish": "~0.1.5",
"open": "~0.0.5",
"should": "~3.1.3"
}
}