65 lines
1.4 KiB
JSON
Raw Normal View History

2015-04-21 19:38:17 +02:00
{
"name": "react-router",
2015-04-29 11:02:32 +02:00
"version": "0.13.3",
2015-04-21 19:38:17 +02:00
"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": {
2015-04-29 11:02:32 +02:00
"object-assign": "^2.0.0",
"qs": "2.4.1"
2015-04-21 19:38:17 +02:00
},
"tags": [
"react",
"router"
],
"keywords": [
"react",
"react-component",
"routing",
"route",
"routes",
"router"
],
2015-04-29 11:02:32 +02:00
"_id": "react-router@0.13.3",
2015-04-21 19:38:17 +02:00
"scripts": {},
2015-04-29 11:02:32 +02:00
"_shasum": "95455dd19d2c04c7b2957ff7fccda76031ac29b1",
"_from": "react-router@>=0.13.2 <0.14.0",
"_resolved": "https://registry.npmjs.org/react-router/-/react-router-0.13.3.tgz",
2015-04-21 19:38:17 +02:00
"_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": {
2015-04-29 11:02:32 +02:00
"shasum": "95455dd19d2c04c7b2957ff7fccda76031ac29b1",
"tarball": "http://registry.npmjs.org/react-router/-/react-router-0.13.3.tgz"
2015-04-21 19:38:17 +02:00
},
"directories": {}
}