datapackage-identifier
Version:
Manipulate Data Package Identifiers and Identifier Strings
28 lines (27 loc) • 600 B
JSON
{
"name": "datapackage-identifier",
"description": "Manipulate Data Package Identifiers and Identifier Strings",
"version": "0.4.2",
"license": "MIT",
"author": "Rufus Pollock <rufus.pollock@okfn.org>",
"scripts": {
"test": "mocha test"
},
"files": ["index.js"],
"repository": {
"type": "git",
"url": "http://github.com/okfn/datapackage-identifier.git"
},
"bugs": {
"url": "http://github.com/okfn/datapackage-identifier/issues"
},
"engines": [
"node >= 0.6"
],
"main": "./index",
"dependencies": {
},
"devDependencies": {
"mocha": ""
}
}