-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.68 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
{
"name": "osdf",
"version": "0.36.0",
"description": "Open Science Data Framework",
"main": "osdf.js",
"bin": {
"osdf": "check_river.js"
},
"directories": {
"doc": "docs",
"lib": "lib",
"test": "test"
},
"dependencies": {
"async": "2.6.2",
"clone": "2.1.2",
"commander": "2.19.0",
"cradle": "0.7.1",
"elasticsearch": "14.2.2",
"express": "4.16.4",
"is-my-json-valid": "2.19.0",
"jison": "0.4.18",
"jsonschema": "1.2.4",
"line-reader": "0.4.0",
"lodash": "4.17.11",
"log4js": "3.0.6",
"morgan": "1.9.1",
"password-hash": "1.2.2",
"pw": "0.0.4",
"read": "1.0.7",
"request": "2.88.0",
"sprintf": "0.1.5",
"string-format": "2.0.0",
"tv4": "1.3.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.6.5",
"gulp-tar": "2.1.0",
"mocha": "6.0.2",
"nodeunit": "0.11.3",
"readable-stream": "2.3.6",
"semver": "5.6.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"
}