33 lines
795 B
JSON
33 lines
795 B
JSON
{
|
|
"name": "loopback-datasource-juggler",
|
|
"version": "1.0.0",
|
|
"description": "LoopBack DataSoure Juggler",
|
|
"keywords": [ "StrongLoop", "LoopBack", "DataSource", "Juggler", "ORM" ],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/strongloop/loopback-datasource-juggler"
|
|
},
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"blanket": {
|
|
"pattern": "//^((?!(node_modules|test)).)*$/"
|
|
},
|
|
"coverage": "mocha -r blanket -R html-cov > coverage_loopback-datasource-juggler.html",
|
|
"test": "make test"
|
|
},
|
|
"engines": [
|
|
"node >= 0.6"
|
|
],
|
|
"devDependencies": {
|
|
"blanket": "~1.1.5",
|
|
"should": "~1.2.2",
|
|
"mocha": "~1.12.1"
|
|
},
|
|
"dependencies": {
|
|
"async": "~0.2.9",
|
|
"inflection": "~1.2.6",
|
|
"traverse": "~0.6.5"
|
|
},
|
|
"license": "MIT"
|
|
}
|