UNPKG

grunt-nice-package

Version:
79 lines 1.88 kB
{ "name": "grunt-nice-package", "description": "Opinionated package.json validator", "version": "0.10.4", "author": { "name": "Gleb Bahmutov", "email": "gleb.bahmutov@gmail.com", "url": "http://glebbahmutov.com" }, "bugs": { "url": "https://github.com/bahmutov/grunt-nice-package/issues" }, "config": { "pre-git": { "commit-msg": "validate-commit-msg", "pre-commit": [], "pre-push": [], "post-commit": [], "post-merge": [] } }, "contributors": [ "Peter deHaan (http://about.me/peterdehaan)" ], "dependencies": { "check-more-types": "2.3.0", "fixpack": "2.2.0", "glob": "6.0.1", "package-json-validator": "0.6.1" }, "devDependencies": { "git-issues": "1.2.0", "grunt": "1.0.1", "grunt-cli": "1.2.0", "grunt-complexity": "0.3.0", "grunt-contrib-clean": "1.1.0", "grunt-contrib-jshint": "1.1.0", "gt": "0.10.0", "jshint-stylish": "2.1.0", "pre-git": "1.4.0", "semantic-release": "6.0.3" }, "engines": { "node": ">= 0.8.0" }, "files": [ "tasks" ], "homepage": "https://github.com/bahmutov/grunt-nice-package", "keywords": [ "gruntplugin", "npm", "package", "validator" ], "license": "MIT", "main": "Gruntfile.js", "peerDependencies": { "grunt": ">=0.4.0" }, "post-commit": "npm version", "pre-commit": [ "grunt", "npm test" ], "repository": { "type": "git", "url": "https://github.com/bahmutov/grunt-nice-package.git" }, "scripts": { "commit": "commit-wizard", "e2e": "gt tests/e2e.js", "grunt": "grunt", "issues": "git-issues", "semantic-release": "semantic-release pre && npm publish && semantic-release post", "size": "t=\"$(npm pack .)\"; wc -c \"${t}\"; tar tvf \"${t}\"; rm \"${t}\";", "test": "grunt test && npm run e2e" } }