loopback-connector-remote/package.json

50 lines
1.3 KiB
JSON
Raw Normal View History

2014-09-25 21:06:06 +00:00
{
"name": "loopback-connector-remote",
2014-09-25 22:09:34 +00:00
"version": "1.0.0-beta1",
"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 test"
},
"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": {
"name": "Dual MIT/StrongLoop",
"url": "https://github.com/strongloop/loopback/blob/master/LICENSE"
},
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": {
"loopback-datasource-juggler": "^2.8.0",
"strong-remoting": "^2.1.0"
},
"devDependencies": {
"assert": "^1.1.2",
"async": "^0.9.0",
"grunt": "~0.4.5",
"grunt-browserify": "~3.0.1",
"grunt-cli": "^0.1.13",
"grunt-contrib-jshint": "~0.10.0",
"grunt-mocha-test": "^0.11.0",
"loopback": "^2.2.0",
"loopback-datasource-juggler": "^2.9.0",
"mocha": "~1.21.4",
"strong-task-emitter": "0.0.5",
"supertest": "~0.13.0"
}
}