UNPKG

browser-sync

Version:

Live CSS Reload & Browser Syncing

106 lines (105 loc) 3 kB
{ "name": "browser-sync", "description": "Live CSS Reload & Browser Syncing", "version": "2.23.1", "homepage": "https://browsersync.io/", "author": { "name": "Shane Osbourne" }, "repository": "BrowserSync/browser-sync", "license": "Apache-2.0", "main": "dist/index.js", "bin": "dist/bin.js", "files": [ "dist", "certs", "templates", "cli-options", "client/dist" ], "engines": { "node": ">= 0.8.0" }, "scripts": { "env": "node ./test/env.js", "test": "npm run env && npm run unit", "lint": "prettier 'lib/**/*' 'examples/*' 'test/specs/**/*' 'test/specs/*.js' --write --tab-width 4", "pro": "protractor test/protractor/config.single.js", "pro-local": "node test/protractor/setup.js", "unit": "mocha --recursive test/specs --timeout 10000 --bail", "cover": "npm run env && npm run cover-local && npm run coveralls", "cover-local": "istanbul cover -x lodash.custom.js _mocha -- --timeout 10000 --recursive ./test/specs", "coveralls": "istanbul-coveralls", "pre-release": "npm test && npm run pro-local && npm run pro", "lodash": "lodash include=isUndefined,isFunction,toArray,includes,union,each,isString,merge,isObject,set exports=node", "prepublish": "tsc" }, "dependencies": { "browser-sync-ui": "v1.0.1", "bs-recipes": "1.3.4", "chokidar": "1.7.0", "connect": "3.5.0", "connect-history-api-fallback": "^1.5.0", "dev-ip": "^1.0.1", "easy-extender": "2.3.2", "eazy-logger": "3.0.2", "emitter-steward": "^1.0.0", "etag": "^1.8.1", "fresh": "^0.5.2", "fs-extra": "3.0.1", "http-proxy": "1.15.2", "immutable": "3.8.1", "localtunnel": "1.8.3", "micromatch": "2.3.11", "opn": "4.0.2", "portscanner": "2.1.1", "qs": "6.2.1", "resp-modifier": "6.0.2", "rx": "4.1.0", "serve-index": "1.8.0", "serve-static": "1.12.2", "server-destroy": "1.0.1", "socket.io": "2.0.4", "ua-parser-js": "0.7.12", "yargs": "6.4.0" }, "devDependencies": { "@types/node": "^8.5.2", "browser-sync-spa": "1.0.3", "bs-html-injector": "3.0.3", "bs-latency": "1.0.0", "bs-rewrite-rules": "2.0.0", "bs-snippet-injector": "2.0.1", "chai": "3.5.0", "chalk": "1.1.3", "compression": "1.6.2", "crossbow": "latest", "graceful-fs": "4.1.9", "gulp": "3.9.1", "gulp-contribs": "0.0.3", "gulp-conventional-changelog": "1.1.0", "gulp-filter": "4.0.0", "http2": "^3.3.6", "istanbul": "0.4.5", "istanbul-coveralls": "1.0.3", "lodash-cli": "4.17.4", "mocha": "3.4.1", "prettier": "^1.9.2", "q": "1.4.1", "request": "2.79.0", "requirejs": "^2.3.5", "rimraf": "2.5.4", "sinon": "1.17.5", "socket.io-client": "^2.0.4", "source-map-support": "^0.5.0", "supertest": "2.0.0", "typescript": "^2.6.2", "vinyl": "1.2.0" }, "keywords": [ "browser sync", "css", "live reload", "sync" ] }