-
Notifications
You must be signed in to change notification settings - Fork 34
/
package.json
92 lines (92 loc) · 2.26 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
85
86
87
88
89
90
91
92
{
"name": "Starry",
"version": "0.0.1",
"private": true,
"author": "不会飞的羊",
"scripts": {
"test": "gulp test"
},
"engines": {
"node": ">= 0.10"
},
"browserify": {
"transform": [
"hbsfy",
"coffeeify",
"browserify-shim"
]
},
"browser": {},
"browserify-shim": {
"adou": "global:adou",
"hbsfy/runtime": "global:Handlebars",
"markdown": "global:markdown",
"fast-click": "global:FastClick",
"router": "global:Router",
"flow": "global:Flow",
"jquery": "global:$",
"toastr": "global:toastr",
"zero-clipboard": "global:ZeroClipboard"
},
"dependencies": {
"async": "0.9.0",
"body-parser": "1.9.2",
"coffee-script": "1.8.0",
"compression": "1.2.0",
"connect-redis": "2.1.0",
"cookie-parser": "1.3.3",
"csurf": "1.6.2",
"express": "4.10.1",
"express-session": "1.9.2",
"express-validator": "2.7.0",
"js-yaml": "3.2.2",
"lodash": "2.4.1",
"markdown": "0.5.0",
"method-override": "2.3.0",
"mongoose": "3.8.19",
"morgan": "1.5.0",
"nodemailer": "1.3.0",
"nodemailer-smtp-transport": "0.1.13",
"passport": "0.2.1",
"passport-local": "1.0.0",
"serve-favicon": "2.1.6",
"swig": "1.4.2",
"swig-email-templates": "1.3.0",
"validator": "3.22.1"
},
"devDependencies": {
"browserify": "^6.2.0",
"browserify-shim": "^3.8.0",
"coffeeify": "^0.7.0",
"del": "^0.1.3",
"easy-fixture": "^1.0.0",
"easy-mongo-fixture": "^1.0.7",
"glob": "^4.0.6",
"gulp": "^3.8.10",
"gulp-autoprefixer": "^1.0.1",
"gulp-browserify": "^0.5.0",
"gulp-coffeelint": "^0.4.0",
"gulp-csso": "^0.2.9",
"gulp-if": "^1.2.5",
"gulp-imagemin": "^1.2.1",
"gulp-less": "^1.3.6",
"gulp-load-plugins": "^0.7.1",
"gulp-minify-html": "^0.1.6",
"gulp-mocha": "^1.1.1",
"gulp-nodemon": "^1.0.4",
"gulp-plumber": "^0.6.6",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.5.0",
"gulp-rev": "^2.0.1",
"gulp-rev-replace": "^0.3.1",
"gulp-size": "^1.1.0",
"gulp-uglify": "^1.0.1",
"gulp-useref": "^1.0.2",
"gulp-util": "^3.0.1",
"gulp-watch": "^1.1.0",
"handlebars": "^1.3.0",
"hbsfy": "^2.2.0",
"should": "^4.2.1",
"supertest": "^0.14.0"
}
}