UNPKG

onibrowser

Version:
63 lines (62 loc) 1.66 kB
{ "name": "onibrowser", "version": "1.1.1", "description": "A browser in the browser", "main": "index.js", "scripts": { "test": "bash ./test.sh", "dev": "node-dev --inspect=127.0.0.1:8111 index.js", "start": "node index.js", "postinstall": "bash ./postinstall.sh && bash ./make_views.sh", "prestart": "bash ./make_views.sh", "init": "bash ./reinit_after_restart.sh" }, "repository": { "type": "git", "url": "git+https://github.com/dosyago/supreme-architect.git" }, "keywords": [ "browser", "headless", "automation", "chrome", "browsergap", "supreme-architect", "oni" ], "author": "@dosy", "license": "MIT", "bugs": { "url": "https://github.com/dosyago/oni/issues" }, "homepage": "https://gitlab.com/dosyago/oni#readme", "dependencies": { "body-parser": "^1.18.3", "brutalist-web": "^2.3.0", "cookie-parser": "^1.4.4", "current-git-branch": "^1.1.0", "esm": "^3.2.6", "express": "^4.17.1", "fs": "0.0.1-security", "http": "0.0.0", "https": "^1.0.0", "multer": "^1.4.2", "node-fetch": "^2.6.0", "path": "^0.12.7", "spdy": "^4.0.1", "ws": "^6.1.4" }, "devDependencies": { "@babel/core": "^7.7.2", "@babel/plugin-external-helpers": "^7.2.0", "@babel/plugin-transform-runtime": "^7.6.2", "@babel/polyfill": "^7.7.0", "@babel/preset-env": "^7.7.1", "@babel/runtime": "^7.7.2", "babel-plugin-external-helpers": "^6.22.0", "rollup-plugin-babel": "^4.3.3", "rollup-plugin-commonjs": "^10.1.0", "rollup-plugin-node-resolve": "^5.2.0", "whatwg-fetch": "^3.0.0" } }