tribe.storage
Version:
Efficient, portable, extensible object storage.
50 lines • 1.13 kB
JSON
{
"name": "tribe.storage",
"version": "0.4.9",
"description": "Efficient, portable, extensible object storage.",
"main": "index.js",
"dependencies": {
"q": "~1.0.1",
"sqlite3": "^3.1.1",
"sqlite3-transactions": "0.0.5",
"tribe.expressions": "^0.4.1",
"underscore": "~1.7.0"
},
"homepage": "http://github.com/danderson00/tribe.storage",
"author": {
"name": "Dale Anderson",
"email": "tribejs@gmail.com",
"url": "https://github.com/danderson00"
},
"keywords": [
"tribe",
"web",
"mobile",
"distributed",
"storage",
"sqlite",
"indexeddb"
],
"browser": {
"./index.js": "./browser.js"
},
"contributors": [
{
"name": "Dale Anderson",
"email": "tribejs@gmail.com",
"url": "https://github.com/danderson00"
}
],
"bugs": {
"url": "http://github.com/danderson00/tribe.storage/issues"
},
"license": {
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
},
"repository": {
"type": "git",
"url": "git://github.com/danderson00/tribe.storage.git"
},
"readmeFilename": "README.md"
}