UNPKG

hihat

Version:

local Node/Browser development with Chrome DevTools

89 lines (88 loc) 1.98 kB
{ "name": "hihat", "version": "2.6.4", "description": "local Node/Browser development with Chrome DevTools", "main": "index.js", "license": "MIT", "author": { "name": "Matt DesLauriers", "email": "dave.des@gmail.com", "url": "https://github.com/mattdesl" }, "dependencies": { "browserify": "^11.0.0", "concat-stream": "^1.4.8", "debounce": "^1.0.0", "duplexer2": "0.0.2", "ecstatic": "^0.8.0", "electron-prebuilt": "^0.36.3", "events": "^1.0.2", "find-node-modules": "^1.0.1", "getport": "^0.1.0", "globby": "~3.0.1", "is-dom": "^1.0.5", "lodash.defaults": "^3.1.2", "minimist": "^1.1.1", "normalize-file-to-url-path": "^1.0.0", "object-assign": "^3.0.0", "once": "^1.3.2", "path-is-absolute": "^1.0.0", "process": "^0.11.1", "routes-router": "^4.1.2", "serializerr": "^1.0.1", "simple-html-index": "^1.0.1", "sliced": "^1.0.1", "split2": "^1.0.0", "through2": "^0.6.5", "watchify": "^3.3.0" }, "devDependencies": { "async-each-series": "^1.0.0", "brfs": "^1.4.0", "electron-canvas-to-buffer": "^1.0.2", "standard": "^4.2.0", "tap-dev-tool": "^1.3.0", "tap-spec": "^3.0.0", "tape": "^4.0.0" }, "scripts": { "test": "standard && node test/run-tests.js", "example": "./bin/cmd.js demo/canvas.js --node --exec > canvas.png" }, "keywords": [ "chrome", "app", "dev", "tools", "nodemon", "browser", "window", "chromium", "blink", "webgl", "test", "testing", "node", "mon", "monitor", "live", "reload", "local", "development", "reloading", "hot", "fast", "rapid" ], "repository": { "type": "git", "url": "git://github.com/Jam3/hihat.git" }, "homepage": "https://github.com/Jam3/hihat", "bugs": { "url": "https://github.com/Jam3/hihat/issues" }, "bin": { "hihat": "./bin/cmd.js" } }