UNPKG

thali-acl

Version:
36 lines (35 loc) 745 B
{ "name": "thali-acl", "version": "0.0.1", "description": "Thali Database for managing ACLs", "main": "index.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "https://github.com/thaliproject/thali-acl.git" }, "keywords": [ "Thali", "ThaliProject", "ACL", "PouchDB" ], "author": "Microsoft Corporation", "license": "MIT", "bugs": { "url": "https://github.com/thaliproject/thali-acl/issues" }, "homepage": "https://github.com/thaliproject/thali-acl", "devDependencies": { "chai": "^2.3.0", "memdown": "^1.0.0", "mocha": "^2.2.4" }, "dependencies": { "bluebird": "^2.9.25", "node_acl_pouchdb": "^1.0.0", "pouchdb": "^3.5.0" } }