sicksync
Version:
Don’t accept the available as the preferable. Go extra mile with extra speed.
67 lines (66 loc) • 1.86 kB
JSON
{
"name": "sicksync",
"version": "3.0.0",
"description": "Don’t accept the available as the preferable. Go extra mile with extra speed.",
"main": "src/index.js",
"scripts": {
"preinstall": "node ./scripts/pre-install.js",
"test": "istanbul cover -x 'test/**/*.mspec.js test/*.mspec.js' _mocha -- test/*.mspec.js test/**/*.mspec.js --compilers js:babel-register",
"watch": "npm run transpile -- -w",
"transpile": "babel src --out-dir dist",
"tdd": "mocha --check-leaks test/*.mspec.js test/**/*.mspec.js --compilers js:babel-register --reporter min -w",
"prepublish": "rimraf ./dist && babel src --out-dir dist",
"lint": "eslint src test"
},
"keywords": [
"sicksync",
"sync",
"sick",
"browser-sync",
"rsync",
"scp",
"cli"
],
"homepage": "https://github.com/appnexus/sicksync",
"bugs": "https://github.com/appnexus/sicksync/issues",
"repository": {
"type": "git",
"url": "https://github.com/appnexus/sicksync.git"
},
"engines": {
"node": ">=0.12"
},
"author": "jgriffith",
"license": "Apache-2.0",
"dependencies": {
"anymatch": "^1.3.0",
"chalk": "^1.1.1",
"chokidar": "^1.6.1",
"commander": "^2.8.1",
"fs-extra": "^0.30.0",
"latest-version": "^2.0.0",
"lodash": "^4.16.4",
"parse-gitignore": "^0.3.1",
"prompt": "^1.0.0",
"rimraf": "^2.5.4",
"rsync": "^0.5.0",
"untildify": "^3.0.2",
"ws": "^1.1.1"
},
"bin": {
"sicksync": "./dist/index.js"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-core": "^6.18.0",
"babel-preset-es2015-node4": "^2.1.0",
"babel-register": "^6.18.0",
"chai": "^3.2.0",
"eslint": "^3.8.1",
"eslint-plugin-import": "^2.0.1",
"istanbul": "^1.1.0-alpha.1",
"mocha": "^3.1.2",
"proxyquire": "^1.7.1",
"sinon": "^1.16.1"
}
}