UNPKG

dejats

Version:
41 lines (40 loc) 854 B
{ "name": "dejats", "version": "1.7.0", "description": "Extracts JATS to HTML", "main": "index.js", "scripts": { "test": "mocha --reporter spec --bail" }, "eslintConfig": { "extends": "robin" }, "repository": { "type": "git", "url": "https://github.com/scienceai/dejats.git" }, "keywords": [ "JATS", "xml", "html", "conversion", "converter" ], "author": "Robin Berjon <robin@standardanalytics.io>", "license": "Apache-2.0", "bugs": { "url": "https://github.com/scienceai/dejats/issues" }, "homepage": "https://github.com/scienceai/dejats", "dependencies": { "dom-node-types": "1.0.1", "get-dom": "9.0.0", "get-xml": "1.0.0", "marcheur": "^0.9.0", "xpath": "0.0.24" }, "devDependencies": { "eslint-config-robin": "^4.0.0", "mocha": "^3.3.0" } }