|
1 | 1 | {
|
2 | 2 | "name": "react-router-bootstrap",
|
3 | | - "version": "0.8.3", |
| 3 | + "version": "0.13.2", |
4 | 4 | "description": "react-router and react-bootstrap compatible components",
|
5 | 5 | "main": "lib/ReactRouterBootstrap.js",
|
6 | | - "homepage": "https://github.com/mtscout6/react-router-bootstrap", |
| 6 | + "homepage": "https://github.com/react-bootstrap/react-router-bootstrap", |
7 | 7 | "author": {
|
8 | 8 | "name": "Matt Smith",
|
9 | 9 | "email": "mtscout6@gmail.com"
|
10 | 10 | },
|
11 | 11 | "license": "Apache License, Version 2.0",
|
12 | 12 | "repository": {
|
13 | 13 | "type": "git",
|
14 | | - "url": "git://github.com/mtscout6/react-router-bootstrap.git" |
| 14 | + "url": "git://github.com/react-bootstrap/react-router-bootstrap.git" |
15 | 15 | },
|
16 | 16 | "dependencies": {
|
17 | | - "react-router": "^0.11.6", |
18 | | - "react-bootstrap": "^0.13.2" |
| 17 | + "react-bootstrap": ">=0.15", |
| 18 | + "react-router": ">=0.13.1" |
19 | 19 | },
|
20 | 20 | "ignore": [
|
21 | 21 | "**/.*",
|
|
0 commit comments