package.jsonView |
---|
55 | 55 … | "text-node-searcher": "^1.1.0", |
56 | 56 … | "visualize-buffer": "0.0.0" |
57 | 57 … | }, |
58 | 58 … | "devDependencies": { |
59 | | - "browselectrify": "^1.0.1" |
| 59 … | + "browselectrify": "^1.0.1", |
| 60 … | + "electro": "^2.0.3", |
| 61 … | + "electron": "^1.4.10" |
60 | 62 … | }, |
61 | 63 … | "scripts": { |
62 | | - "build": "node scripts/style.js && mkdir -p build && browselectrify index.js > build/bundle.js", |
| 64 … | + "start": "electro index.js", |
| 65 … | + "bundle": "node scripts/style.js && mkdir -p build && browselectrify index.js > build/bundle.js", |
| 66 … | + "rebuild": "npm rebuild --runtime=electron --target=$(electron -v) --abi=$(electron --abi) --disturl=https://atom.io/download/atom-shell", |
63 | 67 … | "graph": "node index.js | dot -Tsvg > graph.svg", |
64 | 68 … | "test": "set -e; for t in test/*.js; do node $t; done" |
65 | 69 … | }, |
66 | 70 … | "author": "Dominic Tarr <dominic.tarr@gmail.com> (http://dominictarr.com)", |