multer-storage-imgur
Version:
Multer storage engine for imgur. Images upload through multer will directly upload to Imgur
42 lines (41 loc) • 1.07 kB
JSON
{
"name": "multer-storage-imgur",
"version": "1.0.4",
"description": "Multer storage engine for imgur. Images upload through multer will directly upload to Imgur",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"repository": {
"type": "git",
"url": "git+https://github.com/boylove142/multer-storage-imgur.git"
},
"keywords": [
"multer",
"storage-engine",
"imgur"
],
"author": "boylove142",
"license": "MIT",
"bugs": {
"url": "https://github.com/boylove142/multer-storage-imgur/issues"
},
"homepage": "https://github.com/boylove142/multer-storage-imgur#readme",
"dependencies": {
"concat-stream": "^1.6.2",
"imgur": "^0.3.1",
"snyk": "^1.33.0"
},
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^3.19.0",
"eslint-config-sharecar": "^1.0.4",
"form-data": "^2.1.4",
"mocha": "^3.3.0",
"multer": "^1.3.0",
"on-finished": "^2.3.0"
},
"snyk": true
}