next-update
Version:
Tests if module's dependencies can be updated to latest version
43 lines (42 loc) • 1.01 kB
JSON
{
"name": "next-update",
"version": "0.0.2",
"description": "Tests if module's dependencies can be updated to latest version",
"main": "index.js",
"bin": "index.js",
"scripts": {
"test": "gt src/test/*.js src/test/*.coffee --output",
"e2e": "gt test/e2e.coffee --output"
},
"repository": {
"type": "git",
"url": "https://github.com/bahmutov/next-update.git"
},
"keywords": [
"javascript",
"node",
"testing",
"npm",
"update",
"version"
],
"author": "Gleb Bahmutov <gleb.bahmutov@gmail.com>",
"license": "MIT",
"readmeFilename": "README.md",
"preferGlobal": "true",
"gitHead": "9f23b792b550c69b3f0c7dd7eb47122d264b44c1",
"dependencies": {
"optimist": "~0.5.0",
"lodash": "~1.2.1",
"check-types": "~0.6.3",
"request": "~2.21.0",
"semver": "~1.1.4",
"q": "~0.9.4",
"cli-color": "~0.2.2"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.5.4",
"grunt-bump": "0.0.2"
}
}