loopback-connector-remote/package.json

42 lines
1.1 KiB
JSON

{
"name": "loopback-connector-remote",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/kraman/loopback-connector-remotekr.git"
},
"author": "Krishna Raman <kraman@gmail.com>",
"license": "StrongLoop",
"bugs": {
"url": "https://github.com/kraman/loopback-connector-remotekr/issues"
},
"homepage": "https://github.com/kraman/loopback-connector-remotekr",
"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-karma": "~0.9.0",
"grunt-mocha-test": "^0.11.0",
"karma": "~0.12.23",
"karma-junit-reporter": "^0.2.2",
"karma-mocha": "^0.1.9",
"loopback": "^2.2.0",
"loopback-datasource-juggler": "^2.9.0",
"mocha": "~1.21.4",
"strong-task-emitter": "0.0.5",
"supertest": "~0.13.0"
}
}