Sha256: 204ff62bb8655d8a19f775f814725500ad0de3aa849fc51b260e15a05b458d75
Contents?: true
Size: 1.16 KB
Versions: 1
Compression:
Stored size: 1.16 KB
Contents
{ "name": "mdjson-schemas", "version": "2.9.2-beta.21", "description": "JSON schemas, examples, and templates for ADIwg metadata standards", "main": "index.js", "directories": { "doc": "doc", "example": "examples", "test": "test" }, "scripts": { "test": "mocha", "build": "npm install && npm run prepublish", "prepublish": "node scripts/prepublish.js", "release": "npm run prepublish && npm publish" }, "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": "^10.2.0", "rimraf": "^2.6.1" } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
adiwg-mdjson_schemas-2.9.2.pre.beta.21 | package.json |