2013-04-09 16:02:36 +00:00
|
|
|
{
|
|
|
|
"name": "asteroid",
|
|
|
|
"description": "asteroid",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"scripts": {
|
|
|
|
"test": "mocha"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"debug": "latest",
|
2013-04-23 20:35:56 +00:00
|
|
|
"express": "~3.1.1",
|
2013-05-24 14:59:23 +00:00
|
|
|
"jugglingdb": "git+ssh://git@github.com:strongloop/jugglingdb.git",
|
2013-05-18 00:35:54 +00:00
|
|
|
"merge": "~1.1.0",
|
2013-05-24 14:59:23 +00:00
|
|
|
"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"
|
2013-04-09 16:02:36 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"mocha": "latest"
|
2013-04-19 16:55:52 +00:00
|
|
|
},
|
|
|
|
"bundleDependencies": [
|
|
|
|
"asteroid-module",
|
|
|
|
"data-source",
|
|
|
|
"model",
|
|
|
|
"model-route",
|
|
|
|
"oracle-data-source",
|
|
|
|
"route"
|
|
|
|
]
|
2013-04-09 16:02:36 +00:00
|
|
|
}
|