loopback-connector-remote/package.json

51 lines
1.2 KiB
JSON
Raw Normal View History

2014-09-25 21:06:06 +00:00
{
"name": "loopback-connector-remote",
"version": "3.1.0",
2016-09-01 09:56:33 +00:00
"pubishConfig": {
"tag": "next"
},
2014-09-25 22:09:34 +00:00
"description": "Remote REST API connector for Loopback",
2014-09-25 21:06:06 +00:00
"main": "index.js",
2014-09-25 22:09:34 +00:00
"keywords": [
"web",
"restful",
"rest",
"StrongLoop"
],
2014-09-25 21:06:06 +00:00
"scripts": {
"test": "grunt"
2014-09-25 21:06:06 +00:00
},
2016-11-15 13:19:17 +00:00
"engines": {
"node": ">=4.0.0"
},
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)"
],
"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",
"strong-remoting": "^3.0.0"
2014-09-25 21:06:06 +00:00
},
"devDependencies": {
"assert": "^1.1.2",
"bluebird": "^3.3.5",
2016-09-01 11:05:58 +00:00
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-mocha-test": "^0.12.7",
2016-09-22 11:41:56 +00:00
"loopback": "^3.0.0",
2016-09-01 11:05:58 +00:00
"mocha": "^3.0.2",
"strong-task-emitter": "^0.0.7"
2014-11-27 19:44:06 +00:00
},
"optionalDependencies": {}
2014-09-25 21:06:06 +00:00
}