You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
66 lines
1.5 KiB
66 lines
1.5 KiB
10 years ago
|
{
|
||
|
"name": "react-router",
|
||
|
"version": "0.13.2",
|
||
|
"description": "A complete routing library for React.js",
|
||
|
"main": "lib",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/rackt/react-router.git"
|
||
|
},
|
||
|
"homepage": "https://github.com/rackt/react-router/blob/latest/README.md",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/rackt/react-router/issues"
|
||
|
},
|
||
|
"authors": [
|
||
|
"Ryan Florence",
|
||
|
"Michael Jackson"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"peerDependencies": {
|
||
|
"react": "0.13.x"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"qs": "2.4.1",
|
||
|
"classnames": "1.1.x",
|
||
|
"object-assign": "^2.0.0"
|
||
|
},
|
||
|
"tags": [
|
||
|
"react",
|
||
|
"router"
|
||
|
],
|
||
|
"keywords": [
|
||
|
"react",
|
||
|
"react-component",
|
||
|
"routing",
|
||
|
"route",
|
||
|
"routes",
|
||
|
"router"
|
||
|
],
|
||
|
"_id": "react-router@0.13.2",
|
||
|
"scripts": {},
|
||
|
"_shasum": "09343b14f799983ed210e2f466f28f7f1cf1b807",
|
||
|
"_from": "react-router@*",
|
||
|
"_resolved": "https://registry.npmjs.org/react-router/-/react-router-0.13.2.tgz",
|
||
|
"_npmVersion": "2.5.1",
|
||
|
"_nodeVersion": "0.12.0",
|
||
|
"_npmUser": {
|
||
|
"name": "ryanflorence",
|
||
|
"email": "rpflorence@gmail.com"
|
||
|
},
|
||
|
"maintainers": [
|
||
|
{
|
||
|
"name": "ryanflorence",
|
||
|
"email": "rpflorence@gmail.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "mjackson",
|
||
|
"email": "mjijackson@gmail.com"
|
||
|
}
|
||
|
],
|
||
|
"dist": {
|
||
|
"shasum": "09343b14f799983ed210e2f466f28f7f1cf1b807",
|
||
|
"tarball": "http://registry.npmjs.org/react-router/-/react-router-0.13.2.tgz"
|
||
|
},
|
||
|
"directories": {}
|
||
|
}
|