-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 919 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 919 Bytes
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
{
"name": "cla-mirror",
"scripts": {
"start": "node src/app.js"
},
"version": "0.3.4",
"description": "Mirror for CDISC Library API ",
"repository": "https://github.com/defineEditor/cla-mirror",
"main": "src/app.js",
"author": "Dmitry Kolosov",
"contributors": [
{
"name": "Sergei Krivtcov",
"email": "1000eyed@gmail.com",
"url": ""
},
{
"name": "Dmitry Kolosov",
"email": "dmitry.m.kolosov@gmail.com",
"url": ""
}
],
"keywords": [
"cdisc",
"library",
"api"
],
"license": "MIT",
"dependencies": {
"cla-wrapper": "^0.3.0",
"compression": "^1.7.4",
"cors": "^2.8.5",
"express": "^4.17.1",
"express-rate-limit": "^5.2.6",
"jszip": "^3.2.2",
"query-string": "^6.8.3"
}
}