UNPKG

s3fs-init

Version:

Init utility for AWS S3 file system package s3fs

83 lines 2.05 kB
{ "name": "s3fs-init", "description": "Init utility for AWS S3 file system package s3fs", "version": "1.1.0", "author": "Gleb Bahmutov <gleb.bahmutov@gmail.com>", "bugs": "https://github.com/bahmutov/s3fs-init/issues", "config": { "pre-git": { "commit-msg": "simple", "pre-commit": [ "npm prune", "npm run deps", "npm test", "npm run ban" ], "pre-push": [ "npm run secure", "npm run license", "npm run ban -- --all", "npm run size" ], "post-commit": [], "post-merge": [] } }, "engines": { "node": ">=6" }, "files": [ "src/*.js", "!src/*-spec.js" ], "homepage": "https://github.com/bahmutov/s3fs-init#readme", "keywords": [ "AWS", "FS", "S3", "file system", "s3fs", "utility" ], "license": "MIT", "main": "src/", "noScopeName": "s3fs-init", "publishConfig": { "registry": "http://registry.npmjs.org/" }, "repository": { "type": "git", "url": "https://github.com/bahmutov/s3fs-init.git" }, "scripts": { "ban": "ban", "deps": "deps-ok", "format": "standard-format -w src/*.js", "issues": "git-issues", "license": "license-checker --production --onlyunknown --csv", "lint": "standard --verbose src/*.js", "pretest": "npm run format && npm run lint", "secure": "nsp check", "size": "t=\"$(npm pack .)\"; wc -c \"${t}\"; tar tvf \"${t}\"; rm \"${t}\";", "test": "npm run unit", "unit": "mocha src/*-spec.js", "semantic-release": "semantic-release pre && npm publish && semantic-release post" }, "devDependencies": { "ban-sensitive-files": "1.8.3", "deps-ok": "1.1.0", "git-issues": "1.2.0", "license-checker": "6.0.0", "mocha": "3.0.2", "nsp": "2.6.1", "pre-git": "3.10.0", "standard": "8.0.0", "standard-format": "2.2.3", "semantic-release": "^4.3.5" }, "dependencies": { "check-more-types": "2.22.0", "lazy-ass": "1.5.0", "s3fs": "2.5.0" } }