honeyglobe
Version:
A simple yet powerful file uploader for express.
68 lines (67 loc) • 1.5 kB
JSON
{
"name": "honeyglobe",
"version": "1.1.0",
"description": "A simple yet powerful file uploader for express.",
"main": "./src/index.js",
"scripts": {
"test": "standard && mocha"
},
"files": [
"src"
],
"repository": {
"type": "git",
"url": "git+https://github.com/iAmShakil/honeyglobe.git"
},
"keywords": [
"upload",
"file-upload",
"image-upload",
"express-upload"
],
"author": "Shakil Ahmed <shakilofficial7@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/iAmShakil/honeyglobe/issues"
},
"homepage": "https://github.com/iAmShakil/honeyglobe#readme",
"devDependencies": {
"@commitlint/cli": "^9.0.1",
"@commitlint/config-conventional": "^9.0.1",
"deep-equal": "^2.0.3",
"express": "^4.13.1",
"form-data": "^1.0.0-rc1",
"fs-temp": "^1.1.2",
"husky": "^4.2.5",
"mocha": "^3.5.3",
"rimraf": "^2.4.1",
"standard": "^14.3.3",
"testdata-w3c-json-form": "^1.0.0"
},
"dependencies": {
"multer": "^1.4.2"
},
"engines": {
"node": ">=8.0"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"release": {
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
[
"@semantic-release/npm",
{
"npmPublish": true
}
],
"@semantic-release/changelog",
"@semantic-release/git"
],
"branch": "master"
}
}