npm-auto-update
Version:
check for update and update npm dependencies
31 lines (30 loc) • 669 B
JSON
{
"name": "npm-auto-update",
"version": "1.1.3",
"description": "check for update and update npm dependencies",
"main": "index.js",
"scripts": {
"test": "mocha test/npm-auto-update.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/firsttris/npm-auto-update.git"
},
"keywords": [
"npm",
"auto",
"update"
],
"author": "Tristan Teufel",
"license": "ISC",
"bugs": {
"url": "https://github.com/firsttris/npm-auto-update/issues"
},
"homepage": "https://github.com/firsttris/npm-auto-update#readme",
"devDependencies": {
"mocha": "^3.2.0"
},
"dependencies": {
"rimraf": "^2.5.4"
}
}