identifiers-handle
Version:
Extract, validate and normalize Handles.
35 lines (34 loc) • 821 B
JSON
{
"name": "identifiers-handle",
"version": "0.1.1",
"description": "Extract, validate and normalize Handles.",
"keywords": [
"handle",
"scholarly",
"identifiers"
],
"main": "./lib/handle.js",
"repository": "https://github.com/altmetric/identifiers-handle",
"bugs": "https://github.com/altmetric/identifiers-handle/issues",
"author": "Jonathan Hernandez",
"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"
}
}