1
0
mirror of https://github.com/billz/raspap-webgui.git synced 2023-10-10 13:37:24 +02:00
2018-03-09 02:03:53 +00:00

142 lines
4.1 KiB
JSON

{
"name": "browser-sync",
"description": "Live CSS Reload & Browser Syncing",
"version": "2.23.6",
"homepage": "https://browsersync.io/",
"author": {
"name": "Shane Osbourne"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BrowserSync/browser-sync.git"
},
"license": "Apache-2.0",
"main": "dist/index.js",
"bin": {
"browser-sync": "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": "cb build-all"
},
"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.2",
"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",
"generate-changelog": "^1.7.0",
"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"
],
"gitHead": "ca41bf1668964d676befd664e163a85f1478051d",
"bugs": {
"url": "https://github.com/BrowserSync/browser-sync/issues"
},
"_id": "browser-sync@2.23.6",
"_npmVersion": "5.5.1",
"_nodeVersion": "8.9.3",
"_npmUser": {
"name": "shakyshane",
"email": "shakyshane@gmail.com"
},
"dist": {
"integrity": "sha512-loCO5NQKZXfBJrEvmLwF1TPSECCsPopNd29qduoysLmpw8op2lgolGMjz3oI/MjG4duzB9TfDs7k58djRSwPwg==",
"shasum": "ed0721c92e5b98c71b7bf839b39092ac9f220650",
"tarball": "https://registry.npmjs.org/browser-sync/-/browser-sync-2.23.6.tgz"
},
"maintainers": [
{
"name": "shakyshane",
"email": "shane.osbourne8@gmail.com"
}
],
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/browser-sync-2.23.6.tgz_1516813917482_0.8658194863237441"
},
"directories": {},
"_shasum": "ed0721c92e5b98c71b7bf839b39092ac9f220650",
"_resolved": "https://registry.npmjs.org/browser-sync/-/browser-sync-2.23.6.tgz",
"_from": "browser-sync@*"
}