mirror of https://github.com/jo/docuri.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
501 B
JSON
26 lines
501 B
JSON
{
|
|
"name": "docuri",
|
|
"version": "4.0.2",
|
|
"description": "Rich document ids for CouchDB",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "tap test/*.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/jo/docuri.git"
|
|
},
|
|
"keywords": [
|
|
"couchdb"
|
|
],
|
|
"author": "Johannes J. Schmidt",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/jo/docuri/issues"
|
|
},
|
|
"homepage": "https://github.com/jo/docuri",
|
|
"devDependencies": {
|
|
"tap": "^0.4.8"
|
|
}
|
|
}
|