sync-files
Version:
Synchronize files or folders locally, with a watch option
97 lines (96 loc) • 2.19 kB
JSON
{
"name": "update-notifier",
"version": "0.3.0",
"description": "Update notifications for your CLI app",
"license": "BSD",
"repository": {
"type": "git",
"url": "https://github.com/yeoman/update-notifier"
},
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "http://sindresorhus.com"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha --timeout 20000"
},
"files": [
"index.js",
"check.js"
],
"keywords": [
"npm",
"update",
"updater",
"notify",
"notifier",
"check",
"checker",
"cli",
"module",
"package",
"version"
],
"dependencies": {
"chalk": "^0.5.1",
"configstore": "^0.3.1",
"is-npm": "^1.0.0",
"latest-version": "^1.0.0",
"semver-diff": "^2.0.0",
"string-length": "^1.0.0"
},
"devDependencies": {
"mocha": "*"
},
"gitHead": "7dbf2725f096198765fba7f89bdf1d43f1fba4b2",
"bugs": {
"url": "https://github.com/yeoman/update-notifier/issues"
},
"homepage": "https://github.com/yeoman/update-notifier",
"_id": "update-notifier@0.3.0",
"_shasum": "972b1b6def843d546f93736dbed346a7c10230e7",
"_from": "update-notifier@",
"_npmVersion": "2.1.16",
"_nodeVersion": "0.10.32",
"_npmUser": {
"name": "sindresorhus",
"email": "sindresorhus@gmail.com"
},
"maintainers": [
{
"name": "sindresorhus",
"email": "sindresorhus@gmail.com"
},
{
"name": "addyosmani",
"email": "addyosmani@gmail.com"
},
{
"name": "paulirish",
"email": "paul.irish@gmail.com"
},
{
"name": "passy",
"email": "phartig@rdrei.net"
},
{
"name": "sboudrias",
"email": "admin@simonboudrias.com"
},
{
"name": "eddiemonge",
"email": "eddie+npm@eddiemonge.com"
}
],
"dist": {
"shasum": "972b1b6def843d546f93736dbed346a7c10230e7",
"tarball": "http://registry.npmjs.org/update-notifier/-/update-notifier-0.3.0.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/update-notifier/-/update-notifier-0.3.0.tgz",
"readme": "ERROR: No README data found!"
}