loopback-connector/package.json

34 lines
730 B
JSON

{
"name": "loopback-connector",
"version": "2.1.1",
"description": "Building blocks for LoopBack connectors",
"keywords": [
"StrongLoop",
"LoopBack",
"Connector"
],
"repository": {
"type": "git",
"url": "https://github.com/strongloop/loopback-connector"
},
"main": "index.js",
"scripts": {
"pretest": "jshint .",
"test": "mocha"
},
"license": {
"name": "Dual MIT/StrongLoop",
"url": "https://github.com/strongloop/loopback-connector/blob/master/LICENSE"
},
"dependencies": {
"async": "^0.9.0",
"debug": "^2.1.3"
},
"devDependencies": {
"chai": "~2.3.0",
"jshint": "^2.7.0",
"loopback-datasource-juggler": "^2.28.0",
"mocha": "^2.2.4"
}
}