identifiers-orcid
Version:
Extract, validate and normalize ORCID identifiers.
34 lines (33 loc) • 801 B
JSON
{
"name": "identifiers-orcid",
"version": "0.1.1",
"description": "Extract, validate and normalize ORCID identifiers.",
"keywords": [
"orcid",
"identifiers"
],
"main": "./lib/orcid.js",
"repository": "https://github.com/altmetric/identifiers-orcid",
"bugs": "https://github.com/altmetric/identifiers-orcid/issues",
"author": "Paul Mucur",
"license": "MIT",
"engines": {
"node": ">= 4"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-jest": "^20.0.3",
"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"
}
}