UNPKG

graph-rdfa-processor

Version:

Green turtle GraphRdfaProcessor extracted and available as a commonJS module

48 lines (47 loc) 1.24 kB
{ "name": "graph-rdfa-processor", "version": "2.0.0", "description": "Green turtle GraphRdfaProcessor extracted and available as a commonJS module", "main": "dist/index.js", "module": "src/index.js", "scripts": { "test": "mocha --require @babel/register --exit", "prepare": "rm -rf dist && babel src --out-dir dist", "postversion": "git push && git push --tags" }, "babel": { "presets": [ [ "@babel/preset-env", { "targets": "> 0.25%, not dead" } ] ], "plugins": [ "add-module-exports" ] }, "repository": { "type": "git", "url": "git+https://github.com/science-periodicals/graph-rdfa-processor.git" }, "keywords": [ "RDFa" ], "author": "Sebastien Ballesteros", "license": "Apache-2.0", "bugs": { "url": "https://github.com/science-periodicals/graph-rdfa-processor/issues" }, "homepage": "https://github.com/science-periodicals/graph-rdfa-processor#readme", "devDependencies": { "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "@babel/preset-env": "^7.5.5", "@babel/register": "^7.5.5", "babel-plugin-add-module-exports": "^1.0.2", "jsdom": "^9.11.0", "mocha": "^6.2.0" } }