UNPKG

biothings_schema

Version:

a javascript library for manipulating schemaorg style jsonld files

38 lines (37 loc) 977 B
{ "name": "biothings_schema", "version": "0.0.2", "description": "a javascript library for manipulating schemaorg style jsonld files", "main": "index.js", "scripts": { "test": "./node_modules/mocha/bin/mocha", "cover": "istanbul cover _mocha", "coveralls": "npm run cover -- --report lcovonly && cat ./coverage/lcov.info | coveralls" }, "repository": { "type": "git", "url": "git+https://github.com/kevinxin90/schemaorg.js.git" }, "keywords": [ "schemaorg", "jsonld", "tree" ], "author": "jiwen xin", "license": "ISC", "bugs": { "url": "https://github.com/kevinxin90/schemaorg.js/issues" }, "homepage": "https://github.com/kevinxin90/schemaorg.js#readme", "dependencies": { "chai": "^4.2.0", "jsnetworkx": "^0.3.4", "load-json-file": "^6.2.0", "mocha": "^6.2.2" }, "devDependencies": { "coveralls": "^3.0.8", "istanbul": "^1.1.0-alpha.1", "mocha-lcov-reporter": "^1.3.0" } }