loopback-component-storage/package.json

27 lines
702 B
JSON

{
"name": "loopback-storage-service",
"description": "Loopback Storage Service",
"version": "0.0.1",
"main": "lib/index.js",
"scripts": {
"test": "./node_modules/.bin/mocha --timeout 30000 test/*test.js"
},
"dependencies": {
"pkgcloud": "latest",
"async": "latest"
},
"devDependencies": {
"express": "latest",
"loopback": "git+ssh://git@github.com/strongloop/loopback.git",
"formidable": "latest",
"mocha": "latest",
"supertest": "latest",
"mkdirp": "latest"
},
"repository": {
"type": "git",
"url": "https://github.com/strongloop/loopback-storage-service.git"
}
}