UNPKG

2.62 kBJSONView Raw
1{
2 "name": "browser-sync",
3 "description": "Live CSS Reload & Browser Syncing",
4 "version": "2.26.1",
5 "homepage": "https://browsersync.io/",
6 "author": {
7 "name": "Shane Osbourne"
8 },
9 "repository": "BrowserSync/browser-sync",
10 "license": "Apache-2.0",
11 "main": "dist/index.js",
12 "bin": "dist/bin.js",
13 "files": [
14 "dist",
15 "certs",
16 "templates",
17 "cli-options",
18 "client/dist"
19 ],
20 "engines": {
21 "node": ">= 0.8.0"
22 },
23 "scripts": {
24 "env": "node ./test/env.js",
25 "test": "cb build-all && npm run env && npm run unit",
26 "lint": "prettier 'lib/**/*' 'examples/*' 'test/specs/**/*' 'test/specs/*.js' --write --tab-width 4",
27 "pro": "protractor test/protractor/config.single.js",
28 "pro-local": "node test/protractor/setup.js",
29 "unit": "mocha --recursive test/specs --timeout 10000 --bail --exit",
30 "pre-release": "npm test && npm run pro-local && npm run pro",
31 "lodash": "lodash include=isUndefined,isFunction,toArray,includes,union,each,isString,merge,isObject,set exports=node",
32 "prepublishOnly": "cb build-all",
33 "build-all": "cb build-all"
34 },
35 "dependencies": {
36 "browser-sync-client": "^2.26.1",
37 "browser-sync-ui": "^2.26.0",
38 "bs-recipes": "1.3.4",
39 "bs-snippet-injector": "^2.0.1",
40 "chokidar": "^2.0.4",
41 "connect": "3.6.6",
42 "connect-history-api-fallback": "^1",
43 "dev-ip": "^1.0.1",
44 "easy-extender": "^2.3.4",
45 "eazy-logger": "^3",
46 "etag": "^1.8.1",
47 "fresh": "^0.5.2",
48 "fs-extra": "3.0.1",
49 "http-proxy": "1.15.2",
50 "immutable": "^3",
51 "localtunnel": "1.9.1",
52 "micromatch": "2.3.11",
53 "opn": "5.3.0",
54 "portscanner": "2.1.1",
55 "qs": "6.2.3",
56 "raw-body": "^2.3.2",
57 "resp-modifier": "6.0.2",
58 "rx": "4.1.0",
59 "serve-index": "1.9.1",
60 "serve-static": "1.13.2",
61 "server-destroy": "1.0.1",
62 "socket.io": "2.1.1",
63 "ua-parser-js": "0.7.17",
64 "yargs": "6.4.0"
65 },
66 "devDependencies": {
67 "@types/node": "^8",
68 "chai": "^3",
69 "chalk": "1.1.3",
70 "crossbow": "^4",
71 "generate-changelog": "^1.7.0",
72 "graceful-fs": "4.1.9",
73 "http2": "^3.3.6",
74 "lerna": "^3.4.0",
75 "lodash-cli": "4.17.5",
76 "mocha": "^5",
77 "prettier": "^1.9.2",
78 "q": "1.4.1",
79 "request": "^2",
80 "requirejs": "^2.3.5",
81 "rimraf": "2.5.4",
82 "sinon": "^1",
83 "socket.io-client": "^2.0.4",
84 "source-map-support": "^0.5.0",
85 "supertest": "^3",
86 "typescript": "3.0.3",
87 "vinyl": "1.2.0"
88 },
89 "keywords": [
90 "browser sync",
91 "css",
92 "live reload",
93 "sync"
94 ],
95 "gitHead": "cf7cb3ed9de6b9f265ce134daa2590819c2eda72"
96}