-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
146 lines (146 loc) · 4.2 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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
{
"name": "billionoysterproject",
"description": "Curriculum Management and Data Collection/Publishing tool for the Billion Oyster Project",
"version": "0.4.2",
"meanjs-version": "0.4.2",
"private": false,
"author": "",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/meanjs/mean.git"
},
"engines": {
"node": ">=0.12.0",
"npm": ">=2.0.0"
},
"scripts": {
"start": "grunt",
"test": "grunt test",
"postinstall": "bower install --config.interactive=false"
},
"dependencies": {
"acl": "~0.4.10",
"angular-bootstrap-colorpicker": "~3.0.25",
"archiver": "^1.0.0",
"async": "~1.5.2",
"body-parser": "~1.15.0",
"bower": "~1.7.7",
"cfenv": "~1.0.3",
"chalk": "~1.1.1",
"compression": "~1.6.1",
"connect-flash": "~0.1.1",
"connect-mongo": "~1.3.2",
"consolidate": "~0.14.0",
"cookie-parser": "~1.4.1",
"crypto": "0.0.3",
"docxtemplater": "^2.1.0",
"docxtemplater-link-module": "0.0.4",
"express": "~4.13.4",
"express-mongoose-docs": "^0.3.2",
"express-session": "~1.13.0",
"fast-csv": "^2.1.0",
"file-stream-rotator": "~0.0.6",
"forever": "~0.15.1",
"generate-password": "~1.1.1",
"glob": "~7.0.0",
"grunt": "^0.4.5",
"grunt-cli": "~0.1.13",
"helmet": "~1.1.0",
"html-to-text": "^2.1.0",
"http-proxy": "^1.16.2",
"http-proxy-middleware": "^0.17.4",
"jasmine-core": "~2.4.1",
"json2csv": "^3.7.3",
"lodash": "~4.3.0",
"lusca": "~1.3.0",
"method-override": "~2.3.5",
"mocha": "~2.4.5",
"moment": "^2.11.2",
"mongoose": "~4.10.2",
"morgan": "~1.6.1",
"multer": "~1.1.0",
"nodemailer": "~2.1.0",
"nodemailer-ses-transport": "^1.3.0",
"owasp-password-strength-test": "~1.3.0",
"passport": "~0.3.2",
"passport-facebook": "~2.1.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.4",
"phantomjs": "~1.9.19",
"query-string": "^4.3.4",
"raven": "^2.6.0",
"request": "^2.69.0",
"s3": "^4.4.0",
"serve-favicon": "~2.3.0",
"socket.io": "~1.3.7",
"swig": "~1.4.2",
"validator": "~4.8.0",
"wkhtmltoimage": "^0.1.5",
"wkhtmltopdf": "~0.3.4",
"xml2json": "^0.9.0"
},
"devDependencies": {
"coveralls": "~2.11.6",
"grunt-concurrent": "~2.0.0",
"grunt-contrib-copy": "~0.8.0",
"grunt-contrib-csslint": "~0.4.0",
"grunt-contrib-cssmin": "~0.12.3",
"grunt-contrib-jshint": "~0.11.2",
"grunt-contrib-less": "~1.0.1",
"grunt-contrib-sass": "~0.9.2",
"grunt-contrib-uglify": "~0.9.1",
"grunt-contrib-watch": "~0.6.1",
"grunt-env": "~0.4.4",
"grunt-eslint": "~17.3.1",
"grunt-karma": "~0.12.1",
"grunt-mocha-istanbul": "~2.4.0",
"grunt-mocha-test": "~0.12.7",
"grunt-ng-annotate": "~1.0.1",
"grunt-nodemon": "~0.4.0",
"grunt-protractor-coverage": "~0.2.15",
"grunt-protractor-runner": "~2.1.0",
"grunt-run": "^0.6.0",
"gulp": "~3.9.1",
"gulp-angular-templatecache": "~1.8.0",
"gulp-autoprefixer": "~3.1.0",
"gulp-concat": "~2.6.0",
"gulp-csslint": "~0.2.0",
"gulp-cssmin": "~0.1.7",
"gulp-eslint": "~2.0.0",
"gulp-imagemin": "~2.4.0",
"gulp-jshint": "~2.0.0",
"gulp-less": "~3.0.5",
"gulp-livereload": "~3.8.1",
"gulp-load-plugins": "~1.2.0",
"gulp-mocha": "~2.2.0",
"gulp-ng-annotate": "~1.1.0",
"gulp-nodemon": "~2.0.6",
"gulp-protractor": "~1.0.0",
"gulp-rename": "~1.2.2",
"gulp-sass": "~2.2.0",
"gulp-uglify": "~1.5.2",
"gulp-util": "~3.0.7",
"imagemin-pngquant": "~4.2.0",
"istanbul": "~0.4.2",
"jshint": "~2.9.1",
"jshint-stylish": "^2.2.1",
"karma": "~0.13.21",
"karma-chrome-launcher": "~0.2.2",
"karma-coverage": "~0.5.3",
"karma-firefox-launcher": "~0.1.7",
"karma-jasmine": "~0.3.7",
"karma-ng-html2js-preprocessor": "~0.2.1",
"karma-phantomjs-launcher": "~0.2.3",
"load-grunt-tasks": "^3.2.0",
"mock-fs": "~3.7.0",
"run-sequence": "~1.1.5",
"should": "~8.2.2",
"supertest": "~1.2.0",
"yargs": "~3.32.0"
}
}