-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
112 lines (112 loc) · 3.02 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
{
"name": "pronouns",
"description": "Cool cool cool pronouns",
"version": "0.4.2",
"meanjs-version": "0.4.2",
"private": false,
"author": "falkirks",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/pronouns/main.git"
},
"engines": {
"npm": "5.3.x",
"node": "8.2.x"
},
"scripts": {
"start": "node node_modules/gulp/bin/gulp",
"test": "node node_modules/gulp/bin/gulp test",
"postinstall": "bower install --config.interactive=false",
"heroku-postbuild": "node node_modules/gulp/bin/gulp build"
},
"cacheDirectories": [
"node_modules",
"public/lib"
],
"dependencies": {
"acl": "^0.4.11",
"async": "^2.6.2",
"body-parser": "^1.18.3",
"bower": "^1.8.8",
"cfenv": "~1.0.0",
"chalk": "^2.4.2",
"compression": "^1.7.3",
"connect-flash": "~0.1.1",
"connect-mongo": "^1.3.2",
"consolidate": "^0.15.1",
"cookie-parser": "^1.4.4",
"del": "^3.0.0",
"express": "^4.16.4",
"express-hbs": "^1.0.5",
"express-session": "^1.15.6",
"file-stream-rotator": "^0.2.1",
"forever": "^0.15.3",
"generate-password": "^1.4.1",
"glob": "^7.1.3",
"grunt": "^1.0.3",
"grunt-cli": "^1.3.2",
"grunt-istanbul": "^0.8.0",
"gulp-refresh": "^1.1.0",
"gulp-rev": "^8.1.1",
"helmet": "~0.9.1",
"imagemin-pngquant": "^5.1.0",
"jasmine-core": "^2.99.1",
"lodash": "^3.10.0",
"lusca": "^1.6.1",
"method-override": "^2.3.10",
"mongoose": "^4.13.18",
"morgan": "^1.9.1",
"multer": "~1.0.5",
"nodemailer": "^4.7.0",
"nodemailer-sendgrid-transport": "^0.2.0",
"owasp-password-strength-test": "^1.3.0",
"passport": "~0.2.2",
"passport-facebook": "^2.0.0",
"passport-local": "^1.0.0",
"passport-twitter": "^1.0.2",
"phantomjs": ">=1.9.0",
"pushbullet": "^1.4.3",
"request": "^2.88.0",
"serve-favicon": "^2.5.0",
"socket.io": "^1.7.4",
"swig": "^1.4.2",
"validator": "^3.41.2",
"winston": "^2.4.4",
"wiredep": "^4.0.0"
},
"devDependencies": {
"coveralls": "^3.0.2",
"gulp": "^3.9.0",
"gulp-angular-templatecache": "^2.2.6",
"gulp-autoprefixer": "^4.1.0",
"gulp-concat": "^2.6.0",
"gulp-csslint": "^1.0.1",
"gulp-csso": "^3.0.1",
"gulp-eslint": "^4.0.2",
"gulp-jshint": "^2.1.0",
"gulp-less": "^3.5.0",
"gulp-livereload": "^3.8.0",
"gulp-load-plugins": "^1.0.0-rc.1",
"gulp-mocha": "^5.0.0",
"gulp-ng-annotate": "^1.0.0",
"gulp-nodemon": "^2.4.2",
"gulp-rename": "^1.4.0",
"gulp-sass": "^2.0.3",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.6",
"jshint": "^2.10.1",
"karma": "^2.0.5",
"karma-chrome-launcher": "~0.2.0",
"karma-coverage": "^1.1.2",
"karma-firefox-launcher": "~0.1.6",
"karma-jasmine": "^1.1.2",
"karma-ng-html2js-preprocessor": "^0.1.2",
"karma-phantomjs-launcher": "~0.2.0",
"load-grunt-tasks": "^3.2.0",
"mock-fs": "^4.8.0",
"run-sequence": "^2.2.1",
"should": "^7.0.1",
"supertest": "^1.0.1"
}
}