forked from Datalinker-Org/Geospatial_MetaData_Schemas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.09 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
{
"name": "mdjson-schemas",
"version": "2.7.0",
"description": "JSON schemas, examples, and templates for ADIwg metadata standards",
"main": "index.js",
"directories": {
"doc": "doc",
"example": "examples",
"test": "test"
},
"scripts": {
"test": "mocha",
"prepublishOnly": "scripts/prepublish.js",
"pretest": "scripts/prepublish.js"
},
"files": [
"examples",
"schema",
"resources"
],
"repository": {
"type": "git",
"url": "git+https://github.com/adiwg/mdJson-schemas.git"
},
"keywords": [
"json",
"metadata",
"mdJSON",
"json-schema",
"ADIwg",
"mdEditor",
"mdTranslator",
"mdCodes"
],
"author": "jbradley@arcticlcc.org",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/adiwg/mdJson-schemas/issues"
},
"homepage": "https://github.com/adiwg/mdJson-schemas#readme",
"devDependencies": {
"ajv": "^6.5.0",
"buildify": "github:powmedia/buildify#20458a121411f759dcc5ec1b441695eb7fc2b3b7",
"glob": "^7.1.2",
"mkdirp": "^0.5.1",
"mocha": "^5.2.0",
"rimraf": "^2.6.1"
}
}