santari
Version:
Dependency Watcher
52 lines (51 loc) • 1.11 kB
JSON
{
"name": "santari",
"version": "2.5.23",
"description": "Dependency Watcher",
"main": "index.js",
"scripts": {
"test": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/remicass/santari.git"
},
"keywords": [
"npm",
"dependency",
"watcher",
"autoupdate",
"npm-check-updates"
],
"author": "Jeremy Rajan",
"license": "MIT",
"dependencies": {
"boxen": "^3.0.0",
"chalk": "^2.4.2",
"deep-equal": "^1.0.1",
"fs-extra": "^7.0.1",
"npm-check-updates": "^3.0.2",
"octonode": "^0.9.5",
"os-tmpdir": "^2.0.0",
"prettyjson": "^1.2.1",
"promise-series": "^1.0.0",
"semver": "^5.6.0",
"yargs": "^13.2.2"
},
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^5.15.1",
"eslint-config-airbnb": "^17.1.0",
"eslint-loader": "^2.1.2",
"eslint-plugin-import": "^2.16.0",
"gulp": "^4.0.0",
"gulp-eslint": "^5.0.0",
"gulp-mocha": "^6.0.0",
"proxyquire": "^2.1.0",
"sinon": "^7.2.7",
"update-notifier": "^2.5.0"
},
"bin": {
"santari": "bin/index.js"
}
}