UNPKG

patchboot

Version:
38 lines (37 loc) 993 B
{ "name": "patchboot", "version": "1.1.4", "description": "A Scuttlebutt bootloader", "main": "public/patch-boot.js", "module": "public/patch-boot.js", "scripts": { "serve": "http-server ./public", "build": "rollup -c", "watch": "rollup -c --watch" }, "repository": "https://github.com/retog/patchboot", "keywords": [ "Scuttlebutt", "ssb" ], "author": "Reto Gmür", "license": "MIT", "devDependencies": { "@rollup/plugin-commonjs": "^17.0.0", "@rollup/plugin-node-resolve": "^11.0.1", "http-server": "^0.12.3", "rollup": "^2.36.1", "rollup-plugin-copy": "^3.3.0", "rollup-plugin-node-builtins": "^2.1.2", "rollup-plugin-node-globals": "^1.4.0", "rollup-plugin-sourcemaps": "^0.6.3" }, "dependencies": { "isomorphic-fetch": "^3.0.0", "muxrpc": "^6.5.2", "prismjs": "^1.21.0", "pull-stream": "^3.6.14", "rollup-plugin-sourcemaps": "^0.6.3", "scuttle-shell-browser-consumer": "1.1.4" } }