aboutsummaryrefslogtreecommitdiffstats
path: root/web/src/vendor/react-router/bower.json
blob: ba6d4be9d0c696e487d91b44b0d4e9b2d14e4258 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
  "name": "react-router",
  "version": "0.7.0",
  "homepage": "https://github.com/rackt/react-router",
  "authors": [
    "Ryan Florence",
    "Michael Jackson"
  ],
  "description": "A complete routing library for React.js",
  "main": "dist/react-router.js",
  "keywords": [
    "react",
    "router"
  ],
  "license": "MIT",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "specs",
    "modules",
    "examples",
    "script",
    "CONTRIBUTING.md",
    "karma.conf.js",
    "package.json",
    "webpack.config.js"
  ]
}