-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
84 lines (84 loc) · 2.18 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
{
"name": "electrode",
"description": "Optimized charging for the Tesla Model S",
"version": "0.1.0",
"private": false,
"author": "Sean Emmer",
"repository": {
"type": "git",
"url": "https://github.com/seanemmer/electrode.git"
},
"engines": {
"node": "0.10.x",
"npm": "~2.7.5"
},
"scripts": {
"postinstall": "bower install --config.interactive=false"
},
"dependencies": {
"acl": "~0.4.4",
"agenda": "~0.6.28",
"async": "~0.9.0",
"body-parser": "~1.9.0",
"bower": "~1.4.1",
"chalk": "~0.5.1",
"compression": "~1.2.0",
"connect-flash": "~0.1.1",
"connect-mongo": "~0.4.1",
"consolidate": "~0.10.0",
"cookie-parser": "~1.3.2",
"express": "~4.10.0",
"express-session": "~1.9.1",
"forever": "~0.11.0",
"glob": "~5.0.0",
"helmet": "~0.4.0",
"lodash": "~2.4.1",
"method-override": "~2.3.0",
"moment": "~2.10.2",
"moment-timezone": "~0.3.1",
"mongoose": "~3.8.8",
"mongodb": "~1.4",
"morgan": "~1.4.1",
"multer": "0.1.6",
"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",
"q": "~1.2.0",
"request": "~2.54.0",
"serve-favicon": "~2.1.6",
"socket.io": "~1.1.0",
"swig": "~1.4.1"
},
"devDependencies": {
"supertest": "~0.14.0",
"should": "~4.1.0",
"gulp": "~3.8.9",
"run-sequence": "~1.0.1",
"gulp-rename": "~1.2.0",
"gulp-concat": "~2.4.1",
"gulp-nodemon": "~1.0.4",
"gulp-livereload": "~2.1.1",
"gulp-jshint": "~1.8.6",
"gulp-csslint": "~0.1.5",
"gulp-ng-annotate": "~0.5.2",
"gulp-uglify": "~1.0.1",
"gulp-cssmin": "~0.1.6",
"gulp-mocha": "~1.1.1",
"gulp-karma": "~0.0.4",
"gulp-protractor": "~0.0.11",
"gulp-sass": "~1.3.3",
"gulp-less": "~1.3.6",
"gulp-load-plugins": "~0.7.0",
"karma": "~0.12.0",
"karma-jasmine": "~0.2.1",
"karma-coverage": "~0.2.0",
"karma-chrome-launcher": "~0.1.2",
"karma-firefox-launcher": "~0.1.3",
"karma-phantomjs-launcher": "~0.1.2"
}
}