loopback/package.json

32 lines
855 B
JSON
Raw Normal View History

2013-04-09 16:02:36 +00:00
{
2013-07-16 17:49:25 +00:00
"name": "loopback",
"description": "loopback",
2013-06-25 20:52:14 +00:00
"version": "0.9.0",
2013-04-09 16:02:36 +00:00
"scripts": {
2013-08-14 19:46:41 +00:00
"test": "mocha -R spec",
"blanket": {
"pattern": "//^((?!(node_modules|test)).)*$/"
},
"coverage": "mocha -r blanket -R html-cov > coverage_loopback.html"
2013-04-09 16:02:36 +00:00
},
"dependencies": {
"debug": "latest",
2013-04-23 20:35:56 +00:00
"express": "~3.1.1",
"loopback-datasource-juggler": "git+ssh://git@github.com:strongloop/loopback-datasource-juggler.git",
2013-07-19 19:07:04 +00:00
"strong-remoting": "git+ssh://git@github.com:strongloop/strong-remoting.git",
2013-07-02 23:51:38 +00:00
"inflection": "~1.2.5",
"bcrypt": "~0.7.6",
"passport": "~0.1.17",
2013-07-03 05:37:31 +00:00
"passport-local": "~0.1.6",
"nodemailer": "~0.4.4",
2013-08-14 19:46:41 +00:00
"ejs": "~0.8.4",
"blanket": "latest",
"mocha": "~1.8.2"
2013-04-09 16:02:36 +00:00
},
"devDependencies": {
2013-06-12 22:44:38 +00:00
"mocha": "latest",
2013-08-01 18:31:30 +00:00
"strong-task-emitter": "0.0.x",
2013-06-12 22:44:38 +00:00
"supertest": "latest"
2013-05-28 16:52:22 +00:00
}
2013-04-09 16:02:36 +00:00
}