loopback-connector/package.json

30 lines
616 B
JSON
Raw Normal View History

2014-05-23 08:31:19 +00:00
{
"name": "loopback-connector",
"version": "1.0.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": {
"name": "Dual MIT/StrongLoop",
"url": "https://github.com/strongloop/loopback-connector/blob/master/LICENSE"
},
"dependencies": {
"async": "^0.9.0"
2014-05-23 17:18:11 +00:00
},
"devDependencies": {
"mocha": "^1.19.0"
2014-05-23 08:31:19 +00:00
}
}