react-routing
Version:
Isomorphic router for React.js applications
64 lines (63 loc) • 1.75 kB
JSON
{
"name": "react-routing",
"version": "0.0.7",
"description": "Isomorphic router for React.js applications",
"homepage": "http://www.kriasoft.com/react-routing",
"keywords": [
"react",
"reactjs",
"react-component",
"route",
"routes",
"router",
"routing",
"flux"
],
"repository": "kriasoft/react-routing",
"author": "Kriasoft <support@kriasoft.com> (http://www.kriasoft.com)",
"contributors": [
"Konstantin Tarkus <hello@tarkus.me>"
],
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"autoprefixer": "^6.0.3",
"path-to-regexp": "^1.2.1"
},
"devDependencies": {
"autoprefixer-core": "^6.0.1",
"babel": "^5.8.23",
"babel-eslint": "^4.1.3",
"babelify": "^6.3.0",
"browser-sync": "^2.9.11",
"browserify": "^11.2.0",
"chai": "^3.3.0",
"cssnano": "^3.3.1",
"del": "^2.0.2",
"eslint": "^1.6.0",
"eslint-plugin-react": "^3.5.1",
"front-matter": "^1.0.0",
"gaze": "^0.5.2",
"highlight.js": "^8.8.0",
"lodash.template": "^3.6.2",
"markdown-it": "^5.0.0",
"mkdirp": "^0.5.1",
"mocha": "^2.3.3",
"moment": "^2.10.6",
"normalize.css": "^3.0.3",
"postcss": "^5.0.10",
"postcss-cssnext": "^2.1.0",
"postcss-import": "^7.0.0",
"postcss-nested": "^1.0.0",
"react": "^0.14.0",
"sinon": "^1.17.1"
},
"scripts": {
"lint": "eslint src docs/js tools",
"test": "mocha test --compilers js:babel/register",
"build": "babel-node tools/build",
"start": "babel-node tools/serve",
"publish-ghpages": "npm run build && cd build && git init && git add --all . && git commit --amend --no-edit && git push origin gh-pages -f",
"prepublish": "npm run build"
}
}