UNPKG

grunt-deps-ok

Version:

Quickly checks if top level dependencies are missing or out of date

69 lines 1.66 kB
{ "name": "grunt-deps-ok", "description": "Quickly checks if top level dependencies are missing or out of date", "version": "0.9.0", "author": { "name": "Gleb Bahmutov", "email": "gleb.bahmutov@gmail.com", "url": "http://glebbahmutov.com/" }, "bugs": { "url": "https://github.com/bahmutov/grunt-deps-ok/issues" }, "config": { "pre-git": { "commit-msg": "validate-commit-msg", "pre-commit": [ "npm run build" ], "pre-push": [], "post-commit": [], "post-merge": [] } }, "contributors": [], "dependencies": { "deps-ok": "1.0.3" }, "devDependencies": { "git-issues": "1.2.0", "grunt": "0.4.5", "grunt-bump": "0.6.0", "grunt-cli": "0.1.13", "grunt-contrib-clean": "0.7.0", "grunt-contrib-jshint": "0.11.3", "grunt-contrib-nodeunit": "0.4.1", "grunt-nice-package": "0.9.6", "pre-git": "1.4.0", "semantic-release": "6.0.3" }, "engines": { "node": ">= 0.8.0" }, "homepage": "https://github.com/bahmutov/grunt-deps-ok", "keywords": [ "dependencies", "gruntplugin", "missing", "ondemand" ], "license": "MIT", "licenses": [ { "type": "MIT", "url": "https://github.com/bahmutov/grunt-deps-ok/blob/master/LICENSE-MIT" } ], "main": "Gruntfile.js", "repository": { "type": "git", "url": "https://github.com/bahmutov/grunt-deps-ok.git" }, "scripts": { "build": "grunt", "commit": "git-issues && commit-wizard", "issues": "git-issues", "semantic-release": "semantic-release pre && npm publish && semantic-release post", "test": "grunt test" } }