loopback-component-storage/package.json

32 lines
743 B
JSON

{
"name": "loopback-component-storage",
"description": "Loopback Storage Service",
"version": "1.9.2",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"test": "mocha --timeout 3000",
"posttest": "npm run lint"
},
"dependencies": {
"async": "^0.9.0",
"formidable": "^1.0.16",
"pkgcloud": "^1.1.0",
"strong-globalize": "^2.6.2"
},
"devDependencies": {
"eslint": "^2.13.1",
"eslint-config-loopback": "^4.0.0",
"express": "^4.11.0",
"loopback": "^3.0.0",
"mkdirp": "^0.5.0",
"mocha": "^2.1.0",
"supertest": "^0.15.0"
},
"repository": {
"type": "git",
"url": "https://github.com/strongloop/loopback-component-storage.git"
},
"license": "Artistic-2.0"
}