UNPKG

horizon-devtools

Version:
43 lines (42 loc) 1.11 kB
{ "name": "horizon-devtools", "version": "1.1.0", "description": "Devtools for horizon", "main": "index.js", "scripts": { "dev": "concurrently -c green,blue --names \"Horizon,Webpack\" --prefix \"[{name}]\" \"hz serve --dev\" \"webpack --watch\"", "build": "babel src/devTools.jsx > index.js" }, "repository": { "type": "git", "url": "https://github.com/rrdelaney/horizon-devtools" }, "keywords": [ "horizon", "react", "devtools", "hz" ], "author": "Ryan Delaney <rrdelaney@outlook.com>", "license": "MIT", "bugs": { "url": "https://github.com/rrdelaney/horizon-devtools/issues" }, "homepage": "https://github.com/rrdelaney/horizon-devtools", "devDependencies": { "babel-cli": "^6.11.4", "babel-preset-es2015": "^6.9.0", "babel-preset-react": "^6.11.1", "concurrently": "^2.2.0", "horizon": "^2.0.0", "react": "^15.2.1", "react-dom": "^15.2.1", "snazzy": "^4.0.0", "standard": "^7.1.2", "webpack": "^1.13.1" }, "dependencies": { "react-dock": "^0.2.3", "react-json-tree": "^0.10.0" } }