UNPKG

inversify-devtools

Version:
61 lines (60 loc) 1.65 kB
{ "name": "inversify-devtools", "version": "1.0.0", "description": "inversify-devtools", "main": "lib/main.js", "scripts": { "test": "gulp", "publish-please": "publish-please", "prepublish": "publish-please guard" }, "repository": { "type": "git", "url": "git+https://github.com/inversify/inversify-devtools.git" }, "keywords": [ "redux", "react", "example" ], "author": "Remo H. Jansen <remo.jansen@wolksoftware.com>", "license": "MIT", "bugs": { "url": "https://github.com/inversify/inversify-devtools/issues" }, "homepage": "https://github.com/inversify/inversify-devtools#readme", "dependencies": { "bootstrap": "^3.3.6", "font-awesome": "^4.6.1", "inversify-logger-middleware": "^1.0.0-rc.3", "react": "^15.0.1", "react-dom": "^15.0.1", "react-json-tree": "^0.7.4", "react-redux": "^4.4.5", "react-router": "^2.3.0", "react-router-redux": "^4.0.4", "redux": "^3.5.2", "redux-bootstrap": "^1.0.0-rc.1", "redux-immutable": "^3.0.6", "redux-thunk": "^2.0.1", "redux-devtools": "^3.2.0", "redux-devtools-dock-monitor": "^1.1.1", "redux-devtools-log-monitor": "^1.0.11", "redux-logger": "^2.6.1" }, "devDependencies": { "browserify": "^13.0.0", "envify": "^3.4.1", "gulp": "^3.9.1", "gulp-tslint": "^5.0.0", "gulp-typescript": "^2.13.0", "inversify": "^2.0.0-rc.5", "inversify-dts": "^1.6.0", "publish-please": "^2.1.4", "reflect-metadata": "^0.1.3", "run-sequence": "^1.1.5", "tslint": "^3.8.1", "vinyl-buffer": "^1.0.0", "vinyl-source-stream": "^1.1.0" } }