UNPKG

node-elsevier

Version:
41 lines (40 loc) 820 B
{ "name": "node-elsevier", "version": "0.3.1", "description": "Wrapper around the Elsevier API.", "main": "index.js", "bin": { "node-elsevier": "bin/cmd.js" }, "scripts": { "test": "mocha" }, "author": "ezPAARSE Team", "license": "MIT", "dependencies": { "request": "^2.57.0", "nconf": "~0.7.1", "csv": "~0.4.1", "yargs": "^3.7.2" }, "devDependencies": { "mocha": "*", "should": "*" }, "repository": { "type": "git", "url": "git+https://github.com/ezpaarse-project/node-elsevier.git" }, "keywords": [ "doi", "pii", "elsevier" ], "bugs": { "url": "https://github.com/ezpaarse-project/node-elsevie/issues" }, "homepage": "https://github.com/ezpaarse-project/node-elsevie#readme", "directories": { "test": "test" } }