loopback-component-storage/package.json

39 lines
874 B
JSON

{
"name": "loopback-component-storage",
"description": "Loopback Storage Service",
"engines": {
"node": ">=8"
},
"version": "3.7.0",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"test": "mocha --timeout 3000",
"posttest": "npm run lint"
},
"dependencies": {
"async": "^2.6.1",
"debug": "^3.1.0",
"formidable": "^1.2.1",
"pkgcloud": "^2.1.1",
"strong-globalize": "^4.1.1",
"uuid": "^3.2.1"
},
"devDependencies": {
"eslint": "^5.4.0",
"eslint-config-loopback": "^11.0.0",
"express": "^4.16.3",
"loopback": "^3.22.1",
"mkdirp": "^0.5.1",
"mocha": "^5.2.0",
"supertest": "^3.1.0",
"semver": "^5.5.0"
},
"repository": {
"type": "git",
"url": "https://github.com/strongloop/loopback-component-storage.git"
},
"license": "Artistic-2.0",
"author": "IBM Corp."
}