forked from adiwg/mdJson-schemas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.03 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.4.4",
"description": "JSON schemas, examples, and templates for ADIwg metadata standards",
"main": "index.js",
"directories": {
"doc": "doc",
"example": "examples",
"test": "test"
},
"scripts": {
"test": "mocha",
"prepublish": "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": "[email protected]",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/adiwg/mdJson-schemas/issues"
},
"homepage": "https://github.com/adiwg/mdJson-schemas#readme",
"devDependencies": {
"ajv": "^5.2.2",
"buildify": "^0.4.0",
"glob": "^7.1.2",
"mkdirp": "^0.5.1",
"mocha": "^3.5.0",
"rimraf": "^2.6.1"
}
}