ldpm-pubmed
Version:
pubmed as package.jsonld
53 lines (52 loc) • 1.12 kB
JSON
{
"name": "ldpm-pubmed",
"version": "0.2.0",
"description": "pubmed as package.jsonld",
"main": "index.js",
"bin": {
"ldpm-pubmed": "bin/ldpm-pubmed"
},
"preferGlobal": true,
"scripts": {
"test": "node_modules/.bin/mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/standard-analytics/ldpm-pubmed.git"
},
"keywords": [
"pubmed",
"ldpm",
"package.jsonld",
"jats"
],
"author": "Sebastien Ballesteros",
"license": "MIT",
"bugs": {
"url": "https://github.com/standard-analytics/ldpm-pubmed/issues"
},
"dependencies": {
"ldpm": "*",
"mesh-tree": "*",
"is-url": "~1.1.0",
"clone": "~0.1.17",
"recursive-readdir": "~1.1.2",
"underscore": "~1.6.0",
"mime": "~1.2.11",
"xmldom": "~0.1.19",
"async": "~0.9.0",
"temp": "~0.8.0",
"decompress-zip": "0.0.8",
"tar": "~0.1.20",
"request": "~2.37.0",
"once": "~1.3.0",
"ftp": "~0.3.7",
"optimist": "~0.6.1",
"colors": "~0.6.2",
"js-beautify": "~1.5.1",
"gm": "~1.16.0"
},
"devDependencies": {
"mocha": "~1.21.3"
}
}