-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.83 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
{
"name": "usub",
"version": "0.1.0",
"description": "YouTube subscription feed that displays your subscriptions in a grid.",
"scripts": {
"start": "node ./bin/www",
"test": "grunt test && mocha --reporter=spec --timeout=10000",
"coverage": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec --timeout=10000",
"bower": "bower install",
"build": "grunt",
"build:react": "NODE_ENV=production webpack -p"
},
"repository": {
"type": "git",
"url": "https://github.com/creaturephil/usub.git"
},
"dependencies": {
"async": "^1.5.2",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.15.0",
"chalk": "^1.1.3",
"cheerio": "^0.20.0",
"compression": "^1.6.1",
"connect-mongo": "^0.8.2",
"errorhandler": "^1.4.3",
"express": "^4.13.4",
"express-flash": "0.0.2",
"express-session": "^1.13.0",
"express-validator": "^2.20.3",
"hashids": "^1.0.2",
"jade": "^1.11.0",
"lodash": "^4.11.1",
"lusca": "^1.3.0",
"method-override": "^2.3.5",
"moment": "^2.13.0",
"mongoose": "^4.4.13",
"morgan": "^1.7.0",
"nodemailer": "^2.3.2",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"request": "^2.72.0",
"serve-favicon": "^2.3.0",
"stylus": "^0.54.2"
},
"devDependencies": {
"babel-core": "^6.7.7",
"babel-loader": "^6.2.4",
"babel-preset-react": "^6.5.0",
"bower": "^1.7.9",
"chai": "^3.5.0",
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-cssmin": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-uglify": "^1.0.1",
"istanbul": "^0.4.3",
"mocha": "^2.4.5",
"react": "^15.0.1",
"react-dom": "^15.0.1",
"supertest": "^1.1.0",
"webpack": "^1.13.0"
},
"engines": {
"node": "> 0.10.1"
},
"license": "MIT"
}