forked from hackforla/project-light-the-way
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
123 lines (123 loc) · 3.55 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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"name": "project-light-the-way",
"description": "A website that provides a easier way to connect veterans to their benefits and other resources.",
"version": "0.0.1",
"meanjs-version": "0.4.2",
"private": false,
"author": "HELLOIMJAG",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/light-the-way/website.git"
},
"engines": {
"node": "6.11.2",
"npm": "3.10.10"
},
"scripts": {
"start": "grunt",
"test": "grunt test",
"postinstall": "bower install --config.interactive=false"
},
"dependencies": {
"acl": "~0.4.4",
"async": "^2.5.0",
"body-parser": "^1.13.1",
"bower": "^1.4.1",
"cfenv": "~1.0.0",
"chalk": "^2.1.0",
"compression": "^1.5.0",
"connect-flash": "~0.1.1",
"connect-mongo": "~1.3.2",
"consolidate": "~0.14.5",
"cookie-parser": "^1.3.2",
"crypto": "1.0.1",
"express": "^4.13.1",
"express-session": "^1.11.3",
"file-stream-rotator": "~0.2.0",
"forever": "~0.15.3",
"generate-password": "^1.1.1",
"glob": "^7.1.2",
"grunt": "1.0.1",
"grunt-cli": "~1.2.0",
"helmet": "~3.8.1",
"jasmine-core": "^2.3.4",
"lodash": "^4.17.4",
"method-override": "^2.3.3",
"mocha": "~4.0.0",
"mongo-sanitize": "^1.0.0",
"mongoose": "~4.11.14",
"morgan": "^1.6.1",
"multer": "~1.3.0",
"nodemailer": "^4.0.1",
"owasp-password-strength-test": "^1.3.0",
"passport": "~0.4.0",
"passport-facebook": "^2.0.0",
"passport-github": "~1.1.0",
"passport-google-oauth": "~1.0.0",
"passport-linkedin": "~1.0.0",
"passport-local": "^1.0.0",
"passport-paypal-openidconnect": "^0.1.1",
"passport-twitter": "^1.0.2",
"phantomjs": ">=1.9.0",
"serve-favicon": "^2.3.0",
"socket.io": "^2.0.3",
"swig": "^1.4.2",
"validator": "^8.0.0"
},
"devDependencies": {
"coveralls": "^2.11.4",
"grunt-concurrent": "^2.0.0",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-csslint": "~2.0.0",
"grunt-contrib-cssmin": "~2.2.1",
"grunt-contrib-jshint": "~1.1.0",
"grunt-contrib-less": "^1.0.1",
"grunt-contrib-sass": "~1.0.0",
"grunt-contrib-uglify": "~3.0.1",
"grunt-contrib-watch": "~1.0.0",
"grunt-env": "~0.4.4",
"grunt-eslint": "~20.0.0",
"grunt-karma": "~2.0.0",
"grunt-mocha-istanbul": "^5.0.2",
"grunt-mocha-test": "~0.13.2",
"grunt-ng-annotate": "^3.0.0",
"grunt-node-inspector": "~1.0.0",
"grunt-nodemon": "~0.4.0",
"grunt-protractor-coverage": "~0.2.15",
"grunt-protractor-runner": "^5.0.0",
"gulp": "^3.9.0",
"gulp-angular-templatecache": "^2.0.0",
"gulp-autoprefixer": "^4.0.0",
"gulp-concat": "^2.6.0",
"gulp-csslint": "~1.0.0",
"gulp-cssmin": "~0.2.0",
"gulp-eslint": "~4.0.0",
"gulp-jshint": "^2.0.4",
"gulp-karma": "~0.0.4",
"gulp-less": "^3.0.3",
"gulp-livereload": "^3.8.0",
"gulp-load-plugins": "^1.0.0-rc.1",
"gulp-mocha": "^4.3.1",
"gulp-ng-annotate": "^2.0.0",
"gulp-nodemon": "^2.0.3",
"gulp-protractor": "^4.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.6",
"karma": "~1.7.0",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage": "~1.1.1",
"karma-firefox-launcher": "~1.0.1",
"karma-jasmine": "~1.1.0",
"karma-ng-html2js-preprocessor": "^1.0.0",
"karma-phantomjs-launcher": "~1.0.4",
"load-grunt-tasks": "^3.2.0",
"mock-fs": "~4.4.1",
"run-sequence": "^2.1.0",
"should": "^11.2.1",
"supertest": "^3.0.0",
"yo": "^2.0.0"
}
}