UNPKG

gazeer

Version:

Command line interface for the gaze watcher

56 lines (55 loc) 1.18 kB
{ "name": "gazeer", "version": "0.1.1", "description": "Command line interface for the gaze watcher", "main": "index.js", "repository": "git@github.com:terrykingcha/gazeer.git", "scripts": { "lint": "eslint --fix --config .eslintrc *.js src/*.js", "build": "babel src/gazeer.js -o index.js", "watch-test": "./src/gazeer.js -p 'src/*.js' -c 'babel \"$filepath\" -o \"$dirname/../index.js\"' -c 'npm run lint'", "ci": "npm run build && npm run lint" }, "bin": { "gazeer": "./index.js" }, "keywords": [ "bin", "cli", "cmd", "watch", "watcher", "watching", "gaze", "gaze-cli", "gazer", "gazeer", "bash", "sh", "shell", "command", "git-bash", "liveload", "change", "fs", "file", "files", "directory", "directories", "glob" ], "author": "Terry King <terrykingcha@gmail.com>", "license": "MIT", "dependencies": { "exec-sh": "^0.2.0", "gaze": "^0.5.2", "npmlog": "^2.0.3", "yargs": "^3.32.0" }, "devDependencies": { "babel": "^6.5.2", "babel-cli": "^6.7.5", "babel-preset-es2015": "^6.6.0", "eslint": "^2.8.0" } }