loopback-connector/package.json

31 lines
613 B
JSON
Raw Normal View History

2014-05-23 08:31:19 +00:00
{
"name": "loopback-connector",
"version": "2.3.0",
2014-06-03 06:40:17 +00:00
"description": "Building blocks for LoopBack connectors",
2014-05-23 08:31:19 +00:00
"keywords": [
"StrongLoop",
"LoopBack",
"Connector"
],
"repository": {
"type": "git",
"url": "https://github.com/strongloop/loopback-connector"
},
"main": "index.js",
"scripts": {
2014-05-23 17:18:11 +00:00
"pretest": "jshint .",
"test": "mocha"
2014-05-23 08:31:19 +00:00
},
"license": "MIT",
"dependencies": {
2015-05-27 18:19:24 +00:00
"async": "^1.0.0",
"debug": "^2.2.0"
2014-05-23 17:18:11 +00:00
},
"devDependencies": {
2015-05-13 17:14:44 +00:00
"chai": "~2.3.0",
"jshint": "^2.7.0",
2015-05-27 18:19:24 +00:00
"loopback-datasource-juggler": "^2.29.0",
"mocha": "^2.2.5"
2014-05-23 08:31:19 +00:00
}
}