UNPKG

flux-router-component

Version:

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

51 lines (50 loc) 1.32 kB
{ "name": "flux-router-component", "version": "0.0.6", "description": "Router-related React component and mixin for applications with Flux 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": "./node_modules/.bin/jshint lib tests", "test": "./node_modules/.bin/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": "^1.0.0", "react": "^0.10.0", "routr": "^0.0.1" }, "devDependencies": { "chai": "^1.9.1", "grunt": "^0.4.0", "grunt-cli": "^0.1.0", "grunt-react": "^0.8.0", "istanbul": "^0.2.10", "jsdom": "^0.11.1", "jshint": "^2.5.1", "lodash": "^2.4.1", "mocha": "^1.20.0", "precommit-hook": "^1.0.2", "react-tools": "^0.10.0" }, "jshintConfig": { "node": true }, "keywords": [ "flux", "history", "navigation", "react", "router" ] }