delta-store
Version:
An API for a store with change records
35 lines (34 loc) • 878 B
JSON
{
"name": "delta-store",
"version": "0.0.40",
"description": "An API for a store with change records",
"main": "lib/index.js",
"typings": "lib/index",
"dependencies": {
"@types/gapi": "^0.0.29",
"@types/google-drive-realtime-api": "^0.0.32",
"rxjs": "^5.0.0-beta.12"
},
"devDependencies": {
"typescript": "^2.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/russoturisto/delta-store.git"
},
"keywords": [
"Change",
"Record",
"Store",
"Lamda"
],
"author": "Russo Turisto <russoturisto@hotmail.com> (https://russoturistoo.wordpress.com/blog/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/russoturisto/delta-store/issues"
},
"homepage": "https://github.com/russoturisto/delta-store#readme"
}