react-routes
Version:
Lightweight isomorphic HTML5 router for ReactJS.
46 lines (45 loc) • 977 B
JSON
{
"name": "react-routes",
"version": "0.2.6",
"description": "Lightweight isomorphic HTML5 router for ReactJS.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/xpepermint/react-routes.git"
},
"keywords": [
"router",
"routes",
"route",
"routing",
"react-component",
"react-router",
"react",
"history",
"pushstate",
"replacestate",
"changestate",
"html5",
"isomorphic",
"back",
"forward",
"goto",
"link"
],
"author": "Xpepermint",
"license": "MIT",
"bugs": {
"url": "https://github.com/xpepermint/react-routes/issues"
},
"homepage": "https://github.com/xpepermint/react-routes#readme",
"dependencies": {
"history-events": "^1.0.4",
"object-assign": "^3.0.0",
"path-to-regexp": "^1.2.0",
"react": "^0.14.0-beta3",
"url": "^0.10.3"
}
}