-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
executable file
·68 lines (68 loc) · 1.6 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": "apphera",
"description": "Social Media Listening and Engagement",
"version": "0.0.1",
"author": "Nikolai Manek",
"engines": {
"node": "*",
"npm": "*"
},
"scripts": {
"start": "grunt",
"test": "grunt test",
"postinstall": "bower install --config.interactive=false"
},
"dependencies": {
"express": "~4.7.2",
"express-session": "~1.7.2",
"body-parser": "~1.5.2",
"cookie-parser": "~1.3.2",
"compression": "~1.0.9",
"method-override": "~2.1.2",
"morgan": "~1.2.2",
"connect-mongo": "~0.4.1",
"connect-flash": "~0.1.1",
"request": "*",
"helmet": "~0.4.0",
"consolidate": "~0.10.0",
"swig": "~1.4.1",
"mongoose": "~3.8.8",
"passport": "~0.2.0",
"passport-local": "~1.0.0",
"passport-facebook": "~1.0.2",
"passport-twitter": "~1.0.2",
"passport-linkedin": "~0.1.3",
"passport-google-oauth": "~0.1.5",
"passport-github": "~0.1.5",
"lodash": "~2.4.1",
"forever": "~0.11.0",
"bower": "*",
"grunt-cli": "*",
"glob": "*",
"async": "~0.9.0",
"nodemailer": "~1.1.1"
},
"devDependencies": {
"supertest": "*",
"should": "*",
"grunt-env": "*",
"grunt-node-inspector": "*",
"grunt-contrib-watch": "*",
"grunt-contrib-jshint": "*",
"grunt-contrib-csslint": "*",
"grunt-ngmin": "*",
"grunt-contrib-uglify": "*",
"grunt-contrib-cssmin": "*",
"grunt-nodemon": "*",
"grunt-concurrent": "*",
"grunt-mocha-test": "*",
"grunt-karma": "*",
"load-grunt-tasks": "*",
"karma": "*",
"karma-jasmine": "*",
"karma-coverage": "*",
"karma-chrome-launcher": "*",
"karma-firefox-launcher": "*",
"karma-phantomjs-launcher": "*"
}
}