Subtheme of barrio
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

65 lines
1.5 KiB

{
"name": "browser-sync-ui",
"description": "User Interface for BrowserSync",
"version": "2.27.10",
"homepage": "http://www.browsersync.io/",
"author": {
"name": "Shane Osbourne"
},
"repository": "BrowserSync/UI",
"files": [
"index.js",
"lib",
"public",
"static",
"templates"
],
"scripts": {
"build": "npm run build:static && npm run build:bundle",
"build:static": "node tasks/crossbow.js",
"build:bundle": "esbuild src/scripts/app.js --bundle --outdir=public/js --minify",
"prepublishOnly": "npm run build",
"watch": "npm run build:webpack -- --watch"
},
"license": "Apache-2.0",
"dependencies": {
"async-each-series": "0.1.1",
"connect-history-api-fallback": "^1",
"immutable": "^3",
"server-destroy": "1.0.1",
"socket.io-client": "^4.4.1",
"stream-throttle": "^0.1.3"
},
"devDependencies": {
"angular": "^1.8.2",
"angular-route": "~1.8.2",
"angular-sanitize": "^1.8.2",
"angular-touch": "^1.8.2",
"bs-snippet-injector": "^2.0.1",
"chai": "^3",
"compression": "^1",
"crossbow-sites": "^1.0.1",
"easy-svg": "^3.0.0",
"eazy-logger": "^3.1.0",
"esbuild": "^0.14.27",
"jshint": "^2.8.0",
"mocha": "^8.2.0",
"no-abs": "0.0.0",
"object-path": "^0.11.5",
"parallelshell": "^2.0.0",
"pretty-js": "^0.1.8",
"request": "^2",
"sinon": "^1",
"store": "^1.3.20",
"supertest": "^3",
"uglify-js": "^2.6.1",
"vinyl-fs": "3.0.3"
},
"keywords": [
"browser sync",
"live reload",
"css injection",
"action sync"
],
"gitHead": "f6965a67277bdadfaa4943e7b90e4ed6a71e90af"
}