loopback-component-storage/package.json

39 lines
874 B
JSON
Raw Permalink Normal View History

2013-06-24 21:07:12 +00:00
{
2014-07-01 15:54:56 +00:00
"name": "loopback-component-storage",
"description": "Loopback Storage Service",
2016-11-19 10:17:12 +00:00
"engines": {
2019-05-14 08:33:15 +00:00
"node": ">=8"
2016-11-19 10:17:12 +00:00
},
"version": "3.7.0",
2014-01-10 19:34:37 +00:00
"main": "index.js",
"scripts": {
2016-10-18 21:45:55 +00:00
"lint": "eslint .",
2016-10-19 18:15:41 +00:00
"test": "mocha --timeout 3000",
2016-10-18 21:45:55 +00:00
"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": {
2018-08-24 02:09:45 +00:00
"eslint": "^5.4.0",
"eslint-config-loopback": "^11.0.0",
"express": "^4.16.3",
2018-08-24 02:09:45 +00:00
"loopback": "^3.22.1",
"mkdirp": "^0.5.1",
"mocha": "^5.2.0",
"supertest": "^3.1.0",
"semver": "^5.5.0"
},
"repository": {
"type": "git",
2014-07-01 15:54:56 +00:00
"url": "https://github.com/strongloop/loopback-component-storage.git"
},
2019-05-07 13:41:29 +00:00
"license": "Artistic-2.0",
"author": "IBM Corp."
2013-11-15 23:24:12 +00:00
}