UNPKG

electron-eval

Version:

Run code inside a hidden Electron window

46 lines (45 loc) 1.29 kB
{ "name": "electron-eval", "version": "0.9.10", "description": "Run code inside a hidden Electron window", "main": "index.js", "scripts": { "test": "standard src/*.js daemon.js test.js && tap test.js --cov", "test-tap": "tap test.js -Rtap", "test-lcov": "mkdir -p coverage && tap test.js -Rsilent --coverage-report=text-lcov > coverage/lcov.info", "build": "rm -rf lib && babel --presets es2015 src -d lib", "source": "rm -rf lib && ln -s src lib", "prepublish": "npm run build", "publish": "npm run source" }, "keywords": [ "electron", "eval", "hidden", "spawn" ], "author": "Matt Bell <mappum@gmail.com>", "license": "MIT", "dependencies": { "cross-spawn": "^5.1.0", "electron": "^1.6.11", "ndjson": "^1.5.0" }, "devDependencies": { "babel-cli": "^6.24.1", "babel-preset-es2015": "^6.24.1", "standard": "^10.0.2", "tap": "^10.7.0" }, "optionalDependencies": { "headless": "https://github.com/paulkernfeld/node-headless/tarball/master" }, "repository": { "type": "git", "url": "git+https://github.com/mappum/electron-eval.git" }, "bugs": { "url": "https://github.com/mappum/electron-eval/issues" }, "homepage": "https://github.com/mappum/electron-eval#readme" }