loopback-connector/package.json

23 lines
492 B
JSON

{
"name": "loopback-connector",
"version": "1.0.0",
"description": "LoopBack connector building blocks",
"keywords": [
"StrongLoop",
"LoopBack",
"Connector"
],
"repository": {
"type": "git",
"url": "https://github.com/strongloop/loopback-connector"
},
"main": "index.js",
"scripts": {
"pretest": "jshint ."
},
"license": {
"name": "Dual MIT/StrongLoop",
"url": "https://github.com/strongloop/loopback-connector/blob/master/LICENSE"
}
}