-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
executable file
·101 lines (101 loc) · 2.75 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"name": "on-tapp",
"description": "HRR2 Thesis Project",
"version": "0.0.2",
"private": false,
"contributors": "Julie, Victor",
"repository": {
"type": "git",
"url": "https://github.com/green-brass-doberman/on-tapp.git"
},
"keywords": [
"beer",
"recommendations"
],
"engines": {
"node": "0.10.x",
"npm": "1.4.x"
},
"scripts": {
"start": "grunt",
"test": "grunt test",
"postinstall": "bower install --config.interactive=false"
},
"bugs": {
"url": "https://github.com/green-brass-doberman/on-tapp/issues"
},
"homepage": "https://github.com/green-brass-doberman/on-tapp",
"dependencies": {
"async": "^0.9.0",
"body-parser": "^1.9.3",
"bower": "^1.3.8",
"chalk": "^0.5",
"compression": "^1.2.0",
"connect-flash": "^0.1.1",
"connect-mongo": "^0.4.2",
"consolidate": "^0.10.0",
"cookie-parser": "^1.3.2",
"express": "^4.10.4",
"express-session": "^1.9.1",
"forever": "^0.11.1",
"glob": "^4.0.6",
"grunt-cli": "^0.1.13",
"helmet": "^0.5.0",
"lodash": "^2.4.1",
"mean-seo": "0.0.8",
"method-override": "^2.3.0",
"mongoose": "^3.8.8",
"morgan": "^1.4.1",
"newrelic": "^1.14.5",
"nodemailer": "^1.3.0",
"passport": "^0.2.0",
"passport-facebook": "^1.0.2",
"passport-github": "^0.1.5",
"passport-google-oauth": "^0.1.5",
"passport-linkedin": "^0.1.3",
"passport-local": "^1.0.0",
"passport-twitter": "^1.0.2",
"request": "^2.51.0",
"swig": "^1.4.1"
},
"devDependencies": {
"chai": "^1.10.0",
"grunt": "^0.4.5",
"grunt-casperjs": "^2.1.0",
"grunt-cli": "^0.1.13",
"grunt-concurrent": "^1.0.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-csslint": "^0.3.1",
"grunt-contrib-cssmin": "^0.10.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-less": "^1.0.0",
"grunt-contrib-uglify": "^0.6.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-env": "^0.4.1",
"grunt-express-server": "^0.4.19",
"grunt-karma": "^0.9.0",
"grunt-mocha": "^0.4.11",
"grunt-mocha-test": "^0.12.1",
"grunt-ng-annotate": "^0.4.0",
"grunt-node-inspector": "^0.1.3",
"grunt-nodemon": "^0.3.0",
"jshint-stylish": "^1.0.0",
"karma": "^0.12.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.1.2",
"karma-coverage": "^0.2.0",
"karma-firefox-launcher": "^0.1.3",
"karma-jasmine": "^0.2.1",
"karma-jasmine-matchers": "^0.1.3",
"karma-mocha": "^0.1.10",
"karma-phantomjs-launcher": "^0.1.2",
"karma-sinon": "^1.0.4",
"load-grunt-tasks": "^1.0.0",
"mocha": "^2.0.1",
"should": "^4.1.0",
"sinon": "^1.12.2",
"supertest": "^0.14.0"
}
}