UNPKG

@bolt/build-server

Version:
36 lines (35 loc) 650 B
{ "name": "@bolt/build-server", "version": "0.9.0", "license": "MIT", "description": "Build tools server", "main": "index.js", "repository": { "type": "git", "url": "https://github.com/pega-digital/bolt.git" }, "keywords": [ "bolt", "bolt design system", "build tools", "gulp", "server" ], "maintainers": [ { "name": "Salem Ghoweri", "email": "me@salemghoweri.com", "web": "https://github.com/sghoweri" } ], "publishConfig": { "access": "public" }, "dependencies": { "@bolt/build-core": "^0.9.0", "browser-sync": "^2.18.12", "bs-html-injector": "^3.0.3", "debug": "^2.6.8", "merge": "^1.2.0" } }