UNPKG

simple-syncer

Version:

a command line browser syncer tool that helps your watch HTML, CSS, and JS files

37 lines (36 loc) 861 B
{ "name": "simple-syncer", "version": "0.0.5", "description": "a command line browser syncer tool that helps your watch HTML, CSS, and JS files", "main": "lib/index.js", "keywords": [ "commandline", "browserSync", "auto reload", "css injection" ], "bin": { "simpleSyncer": "bin/simple-syncer.js" }, "files": [ "bin", "lib" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/KaraMisoRamen/simple-browserSyncer.git" }, "author": "pei fan", "license": "MIT", "bugs": { "url": "https://github.com/KaraMisoRamen/simple-browserSyncer/issues" }, "homepage": "https://github.com/KaraMisoRamen/simple-browserSyncer#readme", "dependencies": { "browser-sync": "^2.26.3", "yargs": "^13.2.2" } }