forked from IBM/taxinomitis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
133 lines (133 loc) · 3.78 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
{
"name": "ml-for-kids",
"version": "0.0.1",
"scripts": {
"start": "node -r bluemix-autoscaling-agent --max-old-space-size=192 dist/lib/app.js",
"compile": "./node_modules/.bin/grunt",
"local": "node dist/lib/app.js",
"test": "./node_modules/.bin/gulp",
"coverage": "gulp compile ; ./node_modules/.bin/istanbul cover node_modules/.bin/_mocha -- --no-timeouts dist/tests/**"
},
"engines": {
"node": "8.x",
"npm": "5.x"
},
"private": true,
"author": "Dale Lane",
"devDependencies": {
"@types/archiver": "2.1.2",
"@types/async": "2.0.48",
"@types/body-parser": "1.17.0",
"@types/bunyan": "1.8.5",
"@types/clone": "0.1.30",
"@types/compression": "0.0.36",
"@types/express": "4.16.0",
"@types/express-jwt": "0.0.40",
"@types/file-type": "5.2.1",
"@types/filesize": "3.6.0",
"@types/helmet": "0.0.42",
"@types/http-status": "0.2.30",
"@types/jsonwebtoken": "8.3.0",
"@types/jszip": "3.1.4",
"@types/jwt-decode": "2.2.1",
"@types/lodash": "4.14.118",
"@types/mocha": "5.2.5",
"@types/multer": "1.3.7",
"@types/mustache": "0.8.32",
"@types/node": "8.5.5",
"@types/nodemailer": "4.6.5",
"@types/proxyquire": "1.3.28",
"@types/randomstring": "1.1.6",
"@types/read-chunk": "2.1.0",
"@types/request": "2.48.1",
"@types/request-promise": "4.1.42",
"@types/sharp": "0.21.0",
"@types/sinon": "5.0.7",
"@types/sinon-express-mock": "1.3.6",
"@types/supertest": "2.0.6",
"@types/tmp": "0.0.33",
"@types/unzip": "0.1.1",
"@types/uuid": "3.4.4",
"autoprefixer": "9.3.1",
"clone": "2.1.2",
"del": "3.0.0",
"eslint": "5.9.0",
"eslint-plugin-node": "8.0.0",
"filecompare": "1.0.4",
"grunt": "1.0.3",
"grunt-bower-install-simple": "1.2.6",
"grunt-contrib-clean": "2.0.0",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-cssmin": "3.0.0",
"grunt-mocha-test": "0.13.3",
"grunt-postcss": "0.9.0",
"grunt-simple-nyc": "1.1.2",
"grunt-ts": "6.0.0-beta.21",
"grunt-tslint": "5.0.2",
"gruntify-eslint": "5.0.0",
"gulp": "3.9.1",
"gulp-autoprefixer": "6.0.0",
"gulp-bower": "0.0.14",
"gulp-clean-css": "4.0.0",
"gulp-concat": "2.6.1",
"gulp-mocha": "6.0.0",
"gulp-ng-annotate": "2.1.0",
"gulp-postcss": "8.0.0",
"gulp-rename": "1.4.0",
"gulp-sequence": "1.0.0",
"gulp-sourcemaps": "2.6.4",
"gulp-template": "5.0.0",
"gulp-tslint": "8.1.3",
"gulp-typescript": "5.0.0-alpha.3",
"gulp-uglify": "3.0.1",
"istanbul": "1.1.0-alpha.1",
"mocha": "5.2.0",
"proxyquire": "2.1.0",
"sinon": "7.1.1",
"sinon-express-mock": "2.1.0",
"supertest": "3.3.0",
"tslint": "5.11.0",
"tslint-eslint-rules": "5.4.0",
"typescript": "3.1.6",
"typescript-require": "0.2.10",
"unzip": "0.1.11"
},
"dependencies": {
"@slack/client": "4.8.0",
"archiver": "3.0.0",
"async": "2.6.1",
"bluemix-autoscaling-agent": "1.0.14",
"body-parser": "1.18.3",
"bunyan": "1.8.12",
"cfenv": "1.1.0",
"compression": "1.7.3",
"connect-query": "1.0.0",
"content-range": "1.1.0",
"express": "4.16.4",
"express-jwt": "5.3.1",
"file-type": "10.5.0",
"filesize": "3.6.1",
"helmet": "3.15.0",
"http-range-parse": "1.0.0",
"http-status": "1.3.1",
"ibm-cos-sdk": "1.3.2",
"jsonwebtoken": "8.4.0",
"jszip": "3.1.5",
"jwks-rsa": "1.3.0",
"jwt-decode": "2.2.0",
"lodash": "4.17.11",
"lru": "3.1.0",
"multer": "1.4.1",
"mustache": "3.0.1",
"mysql2": "1.6.4",
"nodemailer": "4.7.0",
"probe-image-size": "4.0.0",
"randomstring": "1.1.5",
"read-chunk": "3.0.0",
"request": "2.88.0",
"request-promise": "4.2.2",
"sharp": "0.21.0",
"tmp": "0.0.33",
"uuid": "3.3.2"
}
}