UNPKG

automate-refresher

Version:

A repository which can open and refresh your bowser when your file update

38 lines (37 loc) 880 B
{ "name": "automate-refresher", "version": "1.2.3", "description": "A repository which can open and refresh your bowser when your file update", "main": "index.js", "bin": { "autorefresh": "./bin/script.js" }, "scripts": { "start": "node index.js", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/zexiplus/Auto-Refresher.git" }, "keywords": [ "auto", "refresh", "auto-refresh", "update", "bowser" ], "author": "simple.css", "license": "MIT", "bugs": { "url": "https://github.com/zexiplus/Auto-Refresher/issues" }, "homepage": "https://github.com/zexiplus/Auto-Refresher#readme", "dependencies": { "ansi": "^0.3.1", "chalk": "^2.4.1", "chromix": "^0.1.19", "chromix-too": "0.0.15", "commander": "^2.19.0" } }