26 lines
625 B
JSON
26 lines
625 B
JSON
{
|
|
"name": "loopback",
|
|
"description": "loopback",
|
|
"version": "0.9.0",
|
|
"scripts": {
|
|
"test": "mocha -R spec"
|
|
},
|
|
"dependencies": {
|
|
"debug": "latest",
|
|
"express": "~3.1.1",
|
|
"loopback-data": "git+ssh://git@github.com:strongloop/loopback-data.git",
|
|
"strong-remoting": "git+ssh://git@github.com:strongloop/strong-remoting.git",
|
|
"inflection": "~1.2.5",
|
|
"bcrypt": "~0.7.6",
|
|
"passport": "~0.1.17",
|
|
"passport-local": "~0.1.6",
|
|
"nodemailer": "~0.4.4",
|
|
"ejs": "~0.8.4"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "latest",
|
|
"sl-task-emitter": "0.0.x",
|
|
"supertest": "latest"
|
|
}
|
|
}
|