npm-stiv
Version:
Converts stars in package.json file to current versions of modules;
34 lines (33 loc) • 722 B
JSON
{
"name": "npm-stiv",
"version": "1.0.9",
"description": "Converts stars in package.json file to current versions of modules;",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/visortelle/npm-stiv.git"
},
"keywords": [
"npm",
"stars",
"current",
"version",
"asterisk",
"asterisks"
],
"author": "visortelle",
"license": "MIT",
"preferGlobal": true,
"bugs": {
"url": "https://github.com/visortelle/npm-stiv/issues"
},
"homepage": "https://github.com/visortelle/npm-stiv#readme",
"dependencies": {
"yargs": "^3.30.0"
},
"bin": {
"npm-stiv": "index.js"
}
}