-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.8 KB
/
Copy pathpackage.json
File metadata and controls
68 lines (68 loc) · 1.8 KB
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
{
"name": "oneplus2",
"version": "0.0.1",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node-dev --expose-gc app.js",
"job": "node-dev --expose-gc jobs.js",
"build": "/bin/rm -rf public/js/* && NODE_ENV=production webpack -p --colors"
},
"dependencies": {
"agenda": "^0.7.5",
"async": "^1.4.0",
"bcrypt": "^0.8.5",
"bluebird": "^2.9.34",
"body-parser": "^1.13.3",
"cheerio": "^0.19.0",
"connect-redis": "^2.4.1",
"cookie-parser": "^1.3.5",
"coupon-code": "^0.4.3",
"debug": "^2.2.0",
"express": "^4.13.2",
"express-session": "^1.11.3",
"jade": "^1.11.0",
"le_node": "^1.0.12",
"lodash": "^3.10.0",
"mailin": "^3.0.2",
"moment": "^2.10.6",
"mongoose": "^4.1.0",
"morgan": "^1.6.1",
"multer": "^1.0.1",
"paypal-rest-sdk": "^1.6.1",
"postmark": "^1.2.1",
"pushover-notifications": "^0.2.2",
"redis.io": "0.0.3",
"request": "^2.60.0",
"restler": "^3.3.0",
"rollbar": "^0.5.4",
"serve-favicon": "^2.3.0",
"twit": "^2.1.0",
"winston": "^1.0.1",
"xml2js": "^0.4.9"
},
"devDependencies": {
"babelify": "^6.2.0",
"browser-sync": "^2.8.2",
"browserify": "^11.0.1",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-concat": "^2.6.0",
"gulp-imagemin": "^2.3.0",
"gulp-minify-css": "^1.2.0",
"gulp-mocha": "^2.1.3",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.0.1",
"gulp-sourcemaps": "^1.5.2",
"gulp-stylus": "^2.0.6",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.6",
"imagemin-pngcrush": "^4.1.0",
"mocha": "^2.2.5",
"nib": "^1.1.0",
"redux-devtools": "^1.0.2",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"webpack-dev-server": "^1.10.1"
}
}