This repository has been archived by the owner on Dec 11, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.02 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
{
"name": "app-skeleton",
"version": "0.0.0",
"description": "Skeleton for new apps",
"main": "index.js",
"scripts": {
"start": "node_modules/.bin/nodemon --debug bin/www",
"postinstall": "node_modules/.bin/bower install",
"test": "node test/backend.js && node_modules/.bin/testem ci",
"watch": "node_modules/.bin/gulp watch",
"landing": "PORT=80 node landing.js"
},
"repository": {
"type": "git",
"url": "https://github.com/shime/app-skeleton.git"
},
"author": "Hrvoje Simic",
"dependencies": {
"async": "^0.9.0",
"aws-sdk": "^2.0.17",
"body-parser": "~1.0.0",
"bull": "^0.1.10",
"chokidar": ">=0.8.2",
"connect-redis": "^2.1.0",
"connect-slow": "^0.1.2",
"cookie-parser": "~1.0.1",
"cookies": "^0.5.0",
"debug": "~0.7.4",
"dominant-color": "0.0.1",
"dropbox": "^0.10.3",
"express": "~4.2.0",
"express-paginate": "0.0.3",
"express-session": "^1.8.2",
"gulp": "^3.8.8",
"highlight.js": "^8.1.0",
"imagesloaded": "^3.1.8",
"jade": "~1.3.0",
"knox": "^0.9.1",
"kue": "^0.8.8",
"lodash": "^2.4.1",
"marked": "^0.3.2",
"mime": "^1.2.11",
"mongoose": "^3.8.16",
"mongoose-findorcreate": "^0.1.2",
"mongoose-paginate": "^3.1.1",
"mongoose-timestamp": "^0.3.0",
"morgan": "~1.0.0",
"onecolor": "^2.4.2",
"passport": "^0.2.1",
"passport-dropbox-oauth2": "^0.1.6",
"raf": "^2.0.4",
"request": "^2.44.0",
"riotjs": "^1.0.4",
"s3-upload-stream": "^1.0.2",
"serve-favicon": "^2.1.6",
"sharp": "^0.6.2",
"stylus": "0.42.3"
},
"devDependencies": {
"benchmark": "^1.0.0",
"bower": "^1.3.9",
"connect-livereload": "^0.4.0",
"expect.js": "^0.3.1",
"gulp-browserify": "^0.5.0",
"gulp-concat": "^2.3.4",
"gulp-embedlr": "^0.5.2",
"gulp-jshint": "^1.8.4",
"gulp-livereload": "^2.1.0",
"jquery": "^2.1.1",
"mocha": "^1.21.4",
"nodemon": "^1.2.1",
"supertest": "^0.13.0",
"testem": "^0.6.18",
"tiny-lr": "^0.1.0"
}
}