inist-ark
Version:
NodeJS package used to handle "normalized" ARK for the INIST organization
47 lines (46 loc) • 1.04 kB
JSON
{
"name": "inist-ark",
"version": "2.1.3",
"description": "NodeJS package used to handle \"normalized\" ARK for the INIST organization",
"main": "index.js",
"scripts": {
"lint": "eslint --ext=.js ./index.js ./test/*.js",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Inist-CNRS/node-inist-ark.git"
},
"keywords": [
"ark",
"inist",
"parse",
"validate",
"generate"
],
"contributors": [
{
"name": "François Parmentier",
"url": "https://github.com/parmentf"
},
{
"name": "Nicolas Thouvenin",
"url": "https://github.com/touv"
},
{
"name": "Stéphane Gully",
"url": "https://github.com/kerphi"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Inist-CNRS/node-inist-ark/issues"
},
"homepage": "https://github.com/Inist-CNRS/node-inist-ark#readme",
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^3.8.1",
"mocha": "^3.1.2"
},
"dependencies": {}
}