@trust/model
Version:
A PouchDB adapter for the json-document modelling framework.
69 lines (68 loc) • 1.5 kB
JSON
{
"name": "@trust/model",
"version": "0.2.0",
"description": "A PouchDB adapter for the json-document modelling framework.",
"main": "src/index.js",
"scripts": {
"test": "nyc _mocha test",
"jsdoc": "jsdoc -c jsdoc.json -r",
"coverage": "nyc --reporter=lcov _mocha test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EternalDeiwos/model.git"
},
"keywords": [
"CouchDB",
"PouchDB",
"Database",
"Offline",
"Live",
"Soft Realtime",
"Push",
"Replicated",
"Distributed",
"Embedded",
"LevelDB",
"LocalStorage",
"IndexedDB",
"JOSE",
"Crypto",
"Cryptography",
"JWT",
"JWD",
"Signature",
"Signatures",
"JSON Mapping",
"JSON Document",
"JSON Schema",
"Model",
"Document"
],
"author": "MIT Connection Science",
"contributors": [
"Greg Linklater <greg@gryphus.io>",
"Christian Smith <smith@anvil.io>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/EternalDeiwos/model/issues"
},
"homepage": "https://github.com/EternalDeiwos/model#readme",
"dependencies": {
"@trust/json-document": "^0.1.4",
"@trust/jwt": "^0.5.1",
"pouchdb": "^6.2.0",
"pouchdb-find": "^6.2.0"
},
"devDependencies": {
"chai": "^4.0.2",
"chai-as-promised": "^7.1.1",
"codecov": "^2.2.0",
"jsdoc": "^3.5.0",
"mocha": "^3.4.2",
"nyc": "^11.3.0",
"sinon": "^2.3.7",
"sinon-chai": "^2.11.0"
}
}