UNPKG

react-router

Version:

A complete routing library for React.js

73 lines (72 loc) 1.82 kB
{ "name": "react-router", "version": "1.0.0-beta1", "description": "A complete routing library for React.js", "main": "lib/index", "repository": { "type": "git", "url": "https://github.com/rackt/react-router.git" }, "homepage": "https://rackt.github.io/react-router/", "bugs": "https://github.com/rackt/react-router/issues", "scripts": { "build": "scripts/build.sh", "watch": "babel ./modules --watch -d lib", "build-website": "scripts/build-website.sh", "examples": "webpack-dev-server --config examples/webpack.config.js --content-base examples --inline", "prepublish": "npm run build", "test": "jsxhint modules && karma start" }, "authors": [ "Ryan Florence", "Michael Jackson" ], "license": "MIT", "dependencies": { "invariant": "^2.0.0", "keymirror": "^0.1.1", "qs": "2.4.1", "warning": "^1.0.1" }, "devDependencies": { "babel": "^5.4.7", "babel-core": "^5.4.7", "babel-loader": "^5.0.0", "babel-plugin-object-assign": "^1.1.0", "bundle-loader": "^0.5.2", "events": "1.0.2", "expect": "^1.6.0", "jsxhint": "^0.12.1", "karma": "^0.12.28", "karma-chrome-launcher": "^0.1.7", "karma-cli": "0.0.4", "karma-firefox-launcher": "^0.1.3", "karma-mocha": "^0.1.10", "karma-sourcemap-loader": "^0.3.2", "karma-webpack": "^1.3.1", "marked": "0.3.3", "mocha": "^2.0.1", "pygmentize-bundled": "^2.3.0", "react": "0.13.x", "rf-changelog": "^0.4.0", "rx": "2.3.18", "slash": "^1.0.0", "webpack": "^1.4.13", "webpack-dev-server": "^1.6.6" }, "peerDependencies": { "react": "0.13.x" }, "tags": [ "react", "router" ], "keywords": [ "react", "react-component", "routing", "route", "routes", "router" ] }