Bones/node_modules/browser-sync/package.json
SOUTHERNCO\x2mjbyrn 7efe7605b8 Template Upload
2017-05-17 13:45:25 -04:00

156 lines
4.3 KiB
JSON

{
"_args": [
[
"browser-sync@^2.18.5",
"C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton\\node_modules\\lite-server"
]
],
"_from": "browser-sync@>=2.18.5-0 <3.0.0-0",
"_id": "browser-sync@2.18.11",
"_inCache": true,
"_location": "/browser-sync",
"_nodeVersion": "6.10.1",
"_npmOperationalInternal": {
"host": "packages-18-east.internal.npmjs.com",
"tmp": "tmp/browser-sync-2.18.11.tgz_1494859170412_0.7870701828505844"
},
"_npmUser": {
"email": "shakyshane@gmail.com",
"name": "shakyshane"
},
"_npmVersion": "3.10.10",
"_phantomChildren": {},
"_requested": {
"name": "browser-sync",
"raw": "browser-sync@^2.18.5",
"rawSpec": "^2.18.5",
"scope": null,
"spec": ">=2.18.5-0 <3.0.0-0",
"type": "range"
},
"_requiredBy": [
"/lite-server"
],
"_resolved": "https://registry.npmjs.org/browser-sync/-/browser-sync-2.18.11.tgz",
"_shasum": "333600f2efa256ecd22ced2561dfc77dcad11ea5",
"_shrinkwrap": null,
"_spec": "browser-sync@^2.18.5",
"_where": "C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton\\node_modules\\lite-server",
"author": {
"name": "Shane Osbourne"
},
"bin": {
"browser-sync": "bin/browser-sync.js"
},
"bugs": {
"url": "https://github.com/browsersync/browser-sync/issues"
},
"dependencies": {
"browser-sync-client": "2.5.0",
"browser-sync-ui": "0.6.3",
"bs-recipes": "1.3.4",
"chokidar": "1.7.0",
"connect": "3.5.0",
"dev-ip": "^1.0.1",
"easy-extender": "2.3.2",
"eazy-logger": "3.0.2",
"emitter-steward": "^1.0.0",
"fs-extra": "3.0.1",
"http-proxy": "1.15.2",
"immutable": "3.8.1",
"localtunnel": "1.8.2",
"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": "1.6.0",
"socket.io-client": "1.6.0",
"ua-parser-js": "0.7.12",
"yargs": "6.4.0"
},
"description": "Live CSS Reload & Browser Syncing",
"devDependencies": {
"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",
"eslint": "3.7.1",
"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.15.0",
"mocha": "3.4.1",
"q": "1.4.1",
"request": "2.79.0",
"rimraf": "2.5.4",
"sinon": "1.17.5",
"socket.io-client": "1.5.0",
"supertest": "2.0.0",
"vinyl": "1.2.0"
},
"directories": {},
"dist": {
"shasum": "333600f2efa256ecd22ced2561dfc77dcad11ea5",
"tarball": "https://registry.npmjs.org/browser-sync/-/browser-sync-2.18.11.tgz"
},
"engines": {
"node": ">= 0.8.0"
},
"files": [
"bin",
"index.js",
"lib",
"lodash.custom.js"
],
"gitHead": "510fde4e54b98d87896ee7f724f051cad859d1e3",
"homepage": "http://www.browsersync.io/",
"installable": true,
"keywords": [
"browser sync",
"css",
"live reload",
"sync"
],
"license": "Apache-2.0",
"maintainers": [
{
"name": "shakyshane",
"email": "shane.osbourne8@gmail.com"
}
],
"name": "browser-sync",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/browsersync/browser-sync.git"
},
"scripts": {
"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",
"env": "node ./test/env.js",
"lint": "eslint index.js lib bin examples test/specs gulpfile.js --fix",
"lodash": "lodash include=isUndefined,isFunction,toArray,includes,union,each,isString,merge,isObject,set exports=node",
"pre-release": "npm test && npm run pro-local && npm run pro",
"pro": "protractor test/protractor/config.single.js",
"pro-local": "node test/protractor/setup.js",
"test": "npm run lint && npm run env && npm run unit",
"unit": "mocha --recursive test/specs --timeout 10000 --bail"
},
"version": "2.18.11"
}