2014-09-25 21:06:06 +00:00
|
|
|
{
|
|
|
|
"name": "loopback-connector-remote",
|
2019-01-22 15:47:50 +00:00
|
|
|
"version": "3.4.1",
|
2014-09-25 22:09:34 +00:00
|
|
|
"description": "Remote REST API connector for Loopback",
|
2017-12-11 13:51:48 +00:00
|
|
|
"main": "lib/remote-connector.js",
|
2014-09-25 22:09:34 +00:00
|
|
|
"keywords": [
|
|
|
|
"web",
|
|
|
|
"restful",
|
|
|
|
"rest",
|
|
|
|
"StrongLoop"
|
|
|
|
],
|
2014-09-25 21:06:06 +00:00
|
|
|
"scripts": {
|
2017-12-11 13:51:48 +00:00
|
|
|
"test": "grunt",
|
|
|
|
"posttest": "npm run lint",
|
2019-11-16 02:03:12 +00:00
|
|
|
"lint": "eslint .",
|
|
|
|
"lint:fix": "eslint . --fix"
|
2014-09-25 21:06:06 +00:00
|
|
|
},
|
2016-11-15 13:19:17 +00:00
|
|
|
"engines": {
|
2019-07-25 19:39:33 +00:00
|
|
|
"node": ">=8"
|
2016-11-15 13:19:17 +00:00
|
|
|
},
|
2014-09-25 21:06:06 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/kraman/loopback-connector-remotekr.git"
|
|
|
|
},
|
2014-09-25 22:09:34 +00:00
|
|
|
"contributors": [
|
|
|
|
"Ritchie Martori <skawful@gmail.com> (https://github.com/ritch)",
|
|
|
|
"Krishna Raman <kraman@gmail.com> (https://github.com/kraman)"
|
|
|
|
],
|
2015-09-21 23:42:54 +00:00
|
|
|
"license": "MIT",
|
2014-09-25 21:06:06 +00:00
|
|
|
"bugs": {
|
2014-09-25 22:09:34 +00:00
|
|
|
"url": "https://github.com/strongloop/loopback-connector-remote/issues"
|
2014-09-25 21:06:06 +00:00
|
|
|
},
|
2014-09-25 22:09:34 +00:00
|
|
|
"homepage": "http://loopback.io",
|
2014-09-25 21:06:06 +00:00
|
|
|
"dependencies": {
|
2016-09-22 10:16:49 +00:00
|
|
|
"loopback-datasource-juggler": "^3.0.0",
|
2019-10-03 08:52:33 +00:00
|
|
|
"strong-remoting": "^3.15.0"
|
2014-09-25 21:06:06 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-06-20 14:29:51 +00:00
|
|
|
"assert": "^1.4.1",
|
|
|
|
"bluebird": "^3.5.1",
|
2019-10-03 08:54:13 +00:00
|
|
|
"eslint": "^6.5.1",
|
|
|
|
"eslint-config-loopback": "^13.1.0",
|
2018-06-20 14:29:51 +00:00
|
|
|
"grunt": "^1.0.3",
|
2016-09-01 11:05:58 +00:00
|
|
|
"grunt-cli": "^1.2.0",
|
2018-06-20 14:29:51 +00:00
|
|
|
"grunt-mocha-test": "^0.13.3",
|
2016-09-22 11:41:56 +00:00
|
|
|
"loopback": "^3.0.0",
|
2018-06-20 14:29:51 +00:00
|
|
|
"mocha": "^5.2.0",
|
|
|
|
"sinon": "^6.0.0",
|
|
|
|
"strong-task-emitter": "^0.0.8"
|
2014-11-27 19:44:06 +00:00
|
|
|
},
|
2019-05-07 17:34:15 +00:00
|
|
|
"optionalDependencies": {},
|
|
|
|
"author": "IBM Corp."
|
2014-09-25 21:06:06 +00:00
|
|
|
}
|