forked from victor73/OSDF
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.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.39.0",
"description": "Open Science Data Framework",
"main": "osdf.js",
"bin": {
"osdf": "check_river.js"
},
"directories": {
"doc": "docs",
"lib": "lib",
"test": "test"
},
"dependencies": {
"ajv": "6.10.2",
"async": "3.1.0",
"clone": "2.1.2",
"commander": "3.0.2",
"cradle": "0.7.1",
"elasticsearch": "15.5.0",
"express": "4.17.1",
"is-my-json-valid": "2.20.0",
"jison": "0.4.18",
"json-stable-stringify": "^1.0.1",
"jsonschema": "1.2.4",
"line-reader": "0.4.0",
"lodash": "4.17.15",
"log4js": "5.3.0",
"morgan": "1.9.1",
"password-hash": "^1.2.2",
"pw": "0.0.4",
"read": "1.0.7",
"request": "2.88.0",
"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": "4.0.2",
"gulp-clean": "0.4.0",
"gulp-gzip": "1.4.2",
"gulp-rename": "1.4.0",
"gulp-shell": "0.7.1",
"gulp-tar": "3.0.1",
"mocha": "6.2.2",
"readable-stream": "3.4.0",
"semver": "6.3.0"
},
"scripts": {
"test": "mocha test -s 500"
},
"repository": {
"type": "git",
"url": "git+https://github.com/victor73/OSDF.git"
},
"keywords": [
"rest",
"science"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/victor73/OSDF/issues"
},
"homepage": "https://github.com/victor73/OSDF#readme"
}