{ "name": "loopback-datasource-juggler", "version": "1.3.8", "description": "LoopBack DataSoure Juggler", "keywords": [ "StrongLoop", "LoopBack", "DataSource", "Connector", "Database", "Juggler", "ORM" ], "repository": { "type": "git", "url": "https://github.com/strongloop/loopback-datasource-juggler" }, "main": "index.js", "scripts": { "test": "make test" }, "engines": [ "node >= 0.6" ], "devDependencies": { "should": "~1.2.2", "mocha": "~1.17.1" }, "dependencies": { "async": "~0.2.10", "inflection": "~1.3.5", "traverse": "~0.6.6", "qs": "~0.6.6", "debug": "~0.7.4" }, "license": { "name": "Dual MIT/StrongLoop", "url": "https://github.com/strongloop/loopback-datasource-juggler/blob/master/LICENSE" } }