identifiers-doi
Version:
Extract, validate and normalize DOIs (and ISBN-As).
35 lines (34 loc) • 806 B
JSON
{
"name": "identifiers-doi",
"version": "0.2.1",
"description": "Extract, validate and normalize DOIs (and ISBN-As).",
"keywords": [
"doi",
"isbn-a",
"identifiers"
],
"main": "./lib/doi.js",
"repository": "https://github.com/altmetric/identifiers-doi",
"bugs": "https://github.com/altmetric/identifiers-doi/issues",
"author": "Paul Mucur",
"license": "MIT",
"engines": {
"node": ">= 4"
},
"devDependencies": {
"babel-cli": "^6.23.0",
"babel-jest": "^18.0.0",
"babel-preset-es2015": "^6.24.1",
"eslint": "^3.15.0",
"jest": "^18.1.0"
},
"scripts": {
"pretest": "yarn compile && eslint src tests",
"test": "jest",
"compile": "babel src -d lib",
"prepublish": "yarn compile"
},
"jest": {
"testEnvironment": "node"
}
}