aboutsummaryrefslogtreecommitdiffstats
path: root/web/src/vendor/react-router/.bower.json
blob: d8bf1cededaef1743e1071bf74eb34659cc82a23 (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
30
31
32
33
34
35
36
37
38
{
  "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"
  ],
  "_release": "0.7.0",
  "_resolution": {
    "type": "version",
    "tag": "v0.7.0",
    "commit": "a000b732729f12b3445b4d917ec6474847ccd155"
  },
  "_source": "git://github.com/rpflorence/react-nested-router.git",
  "_target": "*",
  "_originalSource": "react-router"
}