UNPKG

frantic-team

Version:

Inject replication documents in CouchDB

39 lines (38 loc) 1.03 kB
{ "name": "frantic-team", "version": "1.6.2", "description": "Inject replication documents in CouchDB", "main": "index.js", "scripts": { "prepublishOnly": "npm run build", "build": "npm install coffeescript && rm package-lock.json && coffee --no-header -c -M *.coffee.md", "pretest": "npm run build && coffee -c test/*.coffee.md", "test": "nyc mocha" }, "repository": { "type": "git", "url": "gitlab.com/shimaore/frantic-team" }, "keywords": [ "CouchDB", "replication", "replicator" ], "author": "Stéphane Alnet <stephane@shimaore.net> (https://stephane.shimaore.net/)", "license": "Unlicense", "bugs": { "url": "https://gitlab.com/shimaore/frantic-team/issues" }, "homepage": "https://gitlab.com/shimaore/frantic-team", "devDependencies": { "chai": "^4.2.0", "coffeescript": "^2.4.1", "mocha": "^6.1.4", "nyc": "^14.1.1" }, "dependencies": { "frantic-site": "^1.0.0", "most-couchdb": "^3.3.1", "tangible": "^3.0.0" } }