2013-04-09 16:02:36 +00:00
|
|
|
{
|
|
|
|
"name": "asteroid",
|
|
|
|
"description": "asteroid",
|
2013-06-25 20:52:14 +00:00
|
|
|
"version": "0.9.0",
|
2013-04-09 16:02:36 +00:00
|
|
|
"scripts": {
|
2013-06-07 19:57:51 +00:00
|
|
|
"test": "mocha -R spec"
|
2013-04-09 16:02:36 +00:00
|
|
|
},
|
|
|
|
"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",
|
|
|
|
"sl-remoting": "git+ssh://git@github.com:strongloop/sl-remoting.git",
|
2013-07-02 23:51:38 +00:00
|
|
|
"inflection": "~1.2.5",
|
|
|
|
"bcrypt": "~0.7.6",
|
|
|
|
"passport": "~0.1.17",
|
|
|
|
"passport-local": "~0.1.6"
|
2013-04-09 16:02:36 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2013-06-12 22:44:38 +00:00
|
|
|
"mocha": "latest",
|
|
|
|
"sl-task-emitter": "0.0.x",
|
|
|
|
"supertest": "latest"
|
2013-05-28 16:52:22 +00:00
|
|
|
}
|
2013-04-09 16:02:36 +00:00
|
|
|
}
|