loopback-connector-gclouddatastore
Version:
Google Cloud Datastore Connector for Loopback.io
42 lines (41 loc) • 1.02 kB
JSON
{
"name": "loopback-connector-gclouddatastore",
"version": "1.0.9",
"description": "Google Cloud Datastore Connector for Loopback.io",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/lantia-iot/loopback-connector-gcdatastore.git"
},
"keywords": [
"Loopback",
"Google",
"DataStore",
"Connector",
"Database",
"DataSource"
],
"author": "",
"dependencies": {
"@google-cloud/datastore": "^1.1.0",
"lodash.forin": "^4.4.0",
"lodash.isarray": "^4.0.0",
"lodash.map": "^4.6.0",
"lodash.mergewith": "^4.6.0",
"loopback-connector": "^4.2.1"
},
"devDependencies": {
"mocha": "^3.4.2"
},
"bugs": {
"url": "https://github.com/lantia-iot/loopback-connector-gcdatastore/issues"
},
"homepage": "https://github.com/lantia-iot/loopback-connector-gcdatastore#readme",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "ISC"
}