loopback-connector-gdatastore
Version:
Google Cloud Platform DataStore connector for loopback
39 lines (38 loc) • 954 B
JSON
{
"name": "loopback-connector-gdatastore",
"version": "1.0.9",
"description": "Google Cloud Platform DataStore connector for loopback",
"main": "index.js",
"scripts": {
"test": "mocha test --timeout 9999 -R spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/impesa/loopback-connector-gdatastore.git"
},
"keywords": [
"Loopback",
"Google",
"DataStore",
"Connector",
"Database",
"DataSource"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/impesa/loopback-connector-gdatastore/issues"
},
"homepage": "https://github.com/impesa/loopback-connector-gdatastore#readme",
"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"
}
}