updraft
Version:
Javascript ORM-like storage in SQLite (WebSQL or other), synced to the cloud
32 lines • 578 B
JSON
{
"name": "updraft",
"version": "0.8.1",
"main": "dist/updraft.min.js",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"src",
"docs",
"demo",
"*.html",
"*.js"
],
"dependencies": {},
"description": "Javascript ORM-like storage in SQLite (WebSQL or other), synced to the cloud",
"keywords": [
"orm",
"sqlite",
"websql",
"schema",
"dropbox",
"iCloud",
"CloudKit"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/arolson101/updraft.git"
}
}