-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1001 Bytes
/
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
{
"name": "opencadc-registry-client",
"version": "1.2.2",
"description": "Registry client for CADC and CANFAR services.",
"main": "registry-client.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha -r xmlhttprequest",
"dist": "webpack"
},
"keywords": [
"IVOA",
"Registry",
"CADC",
"CANFAR"
],
"repository": {
"type": "git",
"url": "git+https://at88mph@github.com/at88mph/opencadc-registry-client.git"
},
"author": "Dustin Jenkins (djenkins.cadc@gmail.com)",
"license": "GPL-3.0",
"devDependencies": {
"assert": "^1.4.1",
"describe": "^1.2.0",
"mocha": "^8.2.1",
"path": "^0.12.7",
"terser-webpack-plugin": "^1.2.3",
"webpack": "^4.29.6",
"webpack-cli": "^3.2.3",
"xmldom": "^0.1.27",
"xmlhttprequest": "^1.8.0"
},
"bugs": {
"url": "https://github.com/at88mph/opencadc-registry-client/issues"
},
"homepage": "https://github.com/at88mph/opencadc-registry-client#readme"
}