UNPKG

flux-router-component

Version:

Router-related React component and mixin for applications with Fluxible architecture

54 lines (53 loc) 1.35 kB
{ "name": "flux-router-component", "version": "0.6.3", "description": "Router-related React component and mixin for applications with Fluxible architecture", "main": "index.js", "repository": { "type": "git", "url": "git://github.com/yahoo/flux-router-component.git" }, "scripts": { "cover": "node node_modules/istanbul/lib/cli.js cover --dir artifacts -- ./node_modules/mocha/bin/_mocha tests/unit/ --recursive --reporter spec", "lint": "jshint lib tests", "test": "mocha tests/unit/ --recursive --reporter spec" }, "author": "Lingyan Zhu <lingyan@yahoo-inc.com>", "licenses": [ { "type": "BSD", "url": "https://github.com/yahoo/flux-router-component/blob/master/LICENSE.md" } ], "dependencies": { "debug": "^2.0.0", "object-assign": "^2.0.0", "query-string": "^1.0.0", "setimmediate": "^1.0.2" }, "peerDependencies": { "react": "0.13.x" }, "devDependencies": { "chai": "^2.0.0", "coveralls": "^2.11.1", "istanbul": "^0.3.2", "jsdom": "^3.0.2", "jshint": "^2.5.1", "lodash": "^3.2.0", "mocha": "^2.0.1", "precommit-hook": "^1.0.2", "react": "0.13.x", "react-tools": "0.13.x" }, "jshintConfig": { "node": true }, "keywords": [ "flux", "history", "navigation", "react", "router" ] }