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.
28 lines
641 B
JSON
28 lines
641 B
JSON
{
|
|
"name": "docuri",
|
|
"description": "Rich document ids for CouchDB",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "tap test/*.js",
|
|
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/jo/docuri.git"
|
|
},
|
|
"keywords": [
|
|
"couchdb"
|
|
],
|
|
"author": "Johannes J. Schmidt",
|
|
"license": "Apache-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/jo/docuri/issues"
|
|
},
|
|
"homepage": "https://github.com/jo/docuri",
|
|
"devDependencies": {
|
|
"shuffle-array": "^0.1.0",
|
|
"tap": "^9.0.0",
|
|
"semantic-release": "^6.0.3"
|
|
}
|
|
}
|