UNPKG

remoteredux-standalone

Version:

A standalone monitor, debugging redux even without internet.

43 lines (42 loc) 1.16 kB
{ "name": "remoteredux-standalone", "version": "1.4.0", "description": "A standalone monitor, debugging redux even without internet.", "main": "index.js", "bin": { "remoteredux": "bin/remoteredux.js" }, "repository": { "type": "git", "url": "https://github.com/TyrealGray/remoteredux-standalone.git" }, "keywords": [ "devtools", "remotedev" ], "author": "Tyreal Gray <ityrealgray@gmail.com> (https://github.com/tyrealgray)", "license": "MIT", "bugs": { "url": "https://github.com/TyrealGray/remoteredux-standalone/issues" }, "homepage": "https://github.com/TyrealGray/remoteredux-standalone", "dependencies": { "body-parser": "^1.15.0", "chalk": "^1.1.3", "cors": "^2.7.1", "cross-spawn": "^6.0.5", "ejs": "^2.4.1", "electron": "7.2.4", "express": "^4.13.3", "getport": "^0.1.0", "js-data": "^2.9.0", "lodash": "^4.15.0", "minimist": "^1.2.0", "object-assign": "^4.0.0", "repeat-string": "^1.5.4", "request": "^2.88.2", "semver": "^5.3.0", "socketcluster": "^8.0.0", "uuid": "^3.2.1" } }