-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
61 lines (61 loc) · 1.42 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
{
"name": "1po.st",
"version": "0.0.1",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/kulakowka/1post.git"
},
"scripts": {
"start": "DEBUG=app:* nodemon ./bin/www --es_staging",
"test": "standard"
},
"pre-commit": [
"test"
],
"dependencies": {
"async": "^1.5.0",
"autosize": "^3.0.13",
"bcrypt": "^0.8.5",
"body-parser": "^1.14.1",
"browserify-middleware": "^7.0.0",
"cheerio": "^0.19.0",
"compression": "^1.6.0",
"connect-mongo": "^0.8.2",
"cookie-parser": "^1.4.0",
"debug": "~2.2.0",
"email-templates": "^2.0.1",
"express": "~4.13.1",
"express-session": "^1.12.1",
"fastclick": "^1.0.6",
"fs-extra": "^0.26.2",
"helmet": "^0.14.0",
"highlight.js": "^8.9.1",
"jade": "~1.11.0",
"jquery": "^2.1.4",
"kue": "^0.10.4",
"kue-ui": "^0.1.0",
"mailgun-js": "^0.7.7",
"marked": "^0.3.5",
"moment": "^2.10.6",
"mongodb": "^2.0.47",
"mongoose": "^4.2.7",
"morgan": "~1.6.1",
"newrelic": "^1.23.1",
"nib": "^1.1.0",
"node-uuid": "^1.4.3",
"passport": "^0.3.0",
"passport-local": "^1.0.0",
"pre-commit": "^1.1.2",
"serve-favicon": "~2.3.0",
"sitemap": "^1.4.0",
"standard": "^5.3.1",
"stylus": "^0.52.4",
"superagent": "^1.4.0",
"truncate": "^2.0.0"
},
"devDependencies": {
"pre-commit": "^1.1.2",
"standard": "^5.3.1"
}
}