loopback-component-storage/package.json

27 lines
702 B
JSON
Raw Normal View History

2013-06-24 21:07:12 +00:00
{
2013-07-16 17:42:47 +00:00
"name": "loopback-storage-service",
"description": "Loopback Storage Service",
2013-06-24 21:07:12 +00:00
"version": "0.0.1",
"main": "lib/index.js",
2013-06-24 21:07:12 +00:00
"scripts": {
"test": "./node_modules/.bin/mocha --timeout 30000 test/*test.js"
},
"dependencies": {
"pkgcloud": "latest",
"async": "latest"
},
"devDependencies": {
"express": "latest",
2013-07-16 17:42:47 +00:00
"loopback": "git+ssh://git@github.com/strongloop/loopback.git",
"formidable": "latest",
2013-06-24 21:07:12 +00:00
"mocha": "latest",
2013-07-10 20:17:51 +00:00
"supertest": "latest",
"mkdirp": "latest"
2013-06-24 21:07:12 +00:00
},
"repository": {
"type": "git",
2013-07-16 17:42:47 +00:00
"url": "https://github.com/strongloop/loopback-storage-service.git"
2013-06-24 21:07:12 +00:00
}
}