google-datastore
Version:
Object adapter to the Google Datastore
21 lines (20 loc) • 497 B
JSON
{
"name": "google-datastore",
"version": "0.0.2",
"description": "Object adapter to the Google Datastore",
"main": "lib/datastore.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"google",
"datastore"
],
"author": "Vasil Karpachev (v.karpachev@gmail.com)",
"license": "ISC",
"dependencies": {
"@google-cloud/datastore": "^0.5.0",
"bluebird": "^3.4.6"
},
"repository": "https://github.com/karpachev/datastore"
}