-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
86 lines (86 loc) · 2.22 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
{
"name": "anyandgo",
"version": "0.0.1-1",
"private": true,
"scripts": {
"start": "node ./bin/www",
"postinstall": "node ./bower_install.js",
"test": "./node_modules/mocha/bin/mocha"
},
"dependencies": {
"async": "~0.9.0",
"bcrypt-nodejs": "0.0.3",
"body-parser": "~1.9.0",
"bower": "~1.3.12",
"connect-flash": "~0.1.1",
"cookie-parser": "~1.3.2",
"csurf": "~1.7.0",
"debug": "~2.1.0",
"express": "~4.9.7",
"express-restify-mongoose": "~0.6.10",
"express-session": "~1.9.1",
"express-validator": "~2.8.0",
"handlebars": "~2.0.0",
"helmet": "~0.6.2",
"i18n": "~0.5.0",
"jade": "~1.7.0",
"method-override": "~2.2.0",
"mongoose": "~3.8.17",
"mongoose-fixtures": "0.0.1",
"mongoose-forms": "0.0.5",
"morgan": "~1.3.2",
"nodemailer": "~1.3.0",
"nodemailer-smtp-transport": "~0.1.13",
"passport": "~0.2.1",
"passport-facebook": "^2.0.0",
"passport-github": "^1.0.0",
"passport-linkedin": "^0.1.3",
"passport-local": "~1.0.0",
"recaptcha": "~1.2.0",
"serve-favicon": "~2.1.5",
"shelljs": "~0.3.0",
"stylus": "~0.49.1",
"winston": "~1.0.0"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-develop": "~0.4.0",
"grunt-contrib-watch": "~0.6.1",
"request": "~2.36.0",
"time-grunt": "~0.3.2",
"load-grunt-tasks": "~0.6.0",
"open": "0.0.5",
"grunt-concurrent": "~1.0.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-docco": "~0.3.3",
"grunt-wiredep": "~1.9.0",
"grunt-nodemon": "~0.3.0",
"mocha": "~1.21.4",
"grunt-mocha-test": "~0.12.1",
"jshint-stylish": "~1.0.0",
"superagent": "~0.20.0",
"zombie": "~2.0.8",
"coveralls": "~2.11.2",
"istanbul": "~0.3.2",
"grunt-contrib-clean": "~0.6.0",
"grunt-usemin": "~2.4.0",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-uglify": "~0.6.0",
"grunt-contrib-cssmin": "~0.10.0",
"superagent-csrf": "~1.0.0"
},
"subdomain": "cortezcristian-anyandgo",
"domains": [
"anyandgo.io",
"www.anyandgo.io",
"anyandgo.com",
"www.anyandgo.com",
"anyandgo.net",
"www.anyandgo.net",
"anyandgo.info",
"www.anyandgo.info"
],
"engines": {
"node": "0.10.x"
}
}