UNPKG

grunt-version-check

Version:

Checks if your NPM or Bower dependencies are out of date.

40 lines (39 loc) 883 B
{ "name": "grunt-version-check", "description": "Checks if your NPM or Bower dependencies are out of date.", "version": "0.3.8", "homepage": "https://github.com/stevewillard/grunt-version-check", "author": { "name": "Steve Willard", "email": "stevewillard@gmail.com" }, "repository": { "type": "git", "url": "git://github.com/stevewillard/grunt-version-check.git" }, "bugs": { "url": "https://github.com/stevewillard/grunt-version-check/issues" }, "license": "MIT", "dependencies": { "async": "^1.4.2", "bower": "^1.5.2", "colors": "^1.1.2", "grunt": ">=0.4.5", "lodash": "^3.10.1", "npm": ">=2.14.2", "semver": "^5.0.1" }, "devDependencies": { "grunt-contrib-jshint": "^0.11.3" }, "keywords": [ "gruntplugin", "bower", "npm", "update", "version", "check", "grunt" ] }