loopback/package.json

21 lines
479 B
JSON

{
"name": "asteroid",
"description": "asteroid",
"version": "0.8.0",
"scripts": {
"test": "mocha -R spec"
},
"dependencies": {
"debug": "latest",
"express": "~3.1.1",
"jugglingdb": "git+ssh://git@github.com:strongloop/jugglingdb.git",
"sl-remoting": "git+ssh://git@github.com:strongloop/sl-remoting.git",
"inflection": "~1.2.5"
},
"devDependencies": {
"mocha": "latest",
"sl-task-emitter": "0.0.x",
"supertest": "latest"
}
}