UNPKG

npm-update-outdated

Version:

Module for updating outdated NPM modules based on semver specs.

37 lines (36 loc) 846 B
{ "name": "npm-update-outdated", "version": "0.1.6", "description": "Module for updating outdated NPM modules based on semver specs.", "main": "lib/NPMUpdateOutdated.js", "bin": { "npm-update-outdated": "bin/npm-update-outdated.js" }, "directories": { "test": "test" }, "scripts": { "test": "./node_modules/mocha/bin/mocha" }, "keywords": [ "updated", "outdated", "update", "npm-update" ], "repository": { "type": "git", "url": "http://github.com/elrasguno/npm-update-outdated.git" }, "bugs": "https://github.com/elrasguno/npm-update-outdated.git/issues", "author": "Dan Racanelli <dracanelli+npm@gmail.com>", "license": "MIT", "dependencies": { "commander": "^2.5.0", "when": "^3.7.2" }, "devDependencies": { "mocha": "^2.0.1", "surely": "^0.1.3" } }