-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
69 lines (69 loc) · 1.72 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
{
"name": "osdf",
"version": "0.40.0",
"description": "Open Science Data Framework",
"main": "osdf.js",
"bin": {
"osdf": "check_river.js"
},
"directories": {
"doc": "docs",
"lib": "lib",
"test": "test"
},
"dependencies": {
"ajv": "6.12.6",
"async": "3.2.0",
"clone": "2.1.2",
"commander": "6.2.0",
"cradle": "0.7.1",
"elasticsearch": "15.5.0",
"express": "4.17.1",
"is-my-json-valid": "2.20.5",
"jison": "0.4.18",
"line-reader": "0.4.0",
"lodash": "4.17.20",
"log4js": "6.3.0",
"morgan": "1.10.0",
"password-hash": "1.2.2",
"json-stable-stringify": "1.0.1",
"jsonschema": "1.2.4",
"pw": "0.0.4",
"read": "1.0.7",
"request": "2.88.2",
"sha.js": "2.4.11",
"sprintf": "0.1.5",
"string-format": "2.0.0"
},
"devDependencies": {
"chai": "4.2.0",
"deep-diff": "1.0.2",
"firstline": "2.0.2",
"gulp": "3.9.1",
"gulp-clean": "0.4.0",
"gulp-gzip": "1.4.2",
"gulp-rename": "1.4.0",
"gulp-shell": "0.8.0",
"gulp-tar": "3.1.0",
"mocha": "6.2.2",
"readable-stream": "3.6.0",
"semver": "7.3.2"
},
"scripts": {
"test": "mocha test -s 500"
},
"repository": {
"type": "git",
"url": "git+https://github.com/victor73/OSDF.git"
},
"keywords": [
"rest",
"science"
],
"author": "victor73@github.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/victor73/OSDF/issues"
},
"homepage": "https://github.com/victor73/OSDF#readme"
}