{ "name": "asteroid", "description": "asteroid", "version": "0.0.1", "scripts": { "test": "mocha" }, "dependencies": { "debug": "latest", "express": "~3.1.1", "jugglingdb": "git+ssh://git@github.com:strongloop/jugglingdb.git", "merge": "~1.1.0", "sl-module-loader": "git+ssh://git@github.com:strongloop/sl-module-loader.git", "sl-remoting": "git+ssh://git@github.com:strongloop/sl-remoting.git", "inflection": "~1.2.5" }, "devDependencies": { "mocha": "latest" }, "bundleDependencies": [ "asteroid-module", "data-source", "model", "model-route", "oracle-data-source", "route" ] }