loopback-connector-remote/package.json

48 lines
1.1 KiB
JSON

{
"name": "loopback-connector-remote",
"version": "3.1.1",
"description": "Remote REST API connector for Loopback",
"main": "index.js",
"keywords": [
"web",
"restful",
"rest",
"StrongLoop"
],
"scripts": {
"test": "grunt"
},
"engines": {
"node": ">=4.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/kraman/loopback-connector-remotekr.git"
},
"contributors": [
"Ritchie Martori <skawful@gmail.com> (https://github.com/ritch)",
"Krishna Raman <kraman@gmail.com> (https://github.com/kraman)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/strongloop/loopback-connector-remote/issues"
},
"homepage": "http://loopback.io",
"dependencies": {
"loopback-datasource-juggler": "^3.0.0",
"strong-remoting": "^3.0.0"
},
"devDependencies": {
"assert": "^1.1.2",
"bluebird": "^3.3.5",
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-mocha-test": "^0.12.7",
"loopback": "^3.0.0",
"mocha": "^3.0.2",
"strong-task-emitter": "^0.0.7"
},
"optionalDependencies": {}
}