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.
docuri/package.json

29 lines
675 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": "^5.1.1",
"semantic-release": "^6.3.2"
},
"version": "0.0.0-development"
}