-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathbower.json
More file actions
35 lines (35 loc) · 753 Bytes
/
bower.json
File metadata and controls
35 lines (35 loc) · 753 Bytes
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
{
"name": "react-router-bootstrap",
"version": "0.25.0",
"homepage": "https://github.com/react-bootstrap/react-router-bootstrap",
"author": {
"name": "Matt Smith",
"email": "mtscout6@gmail.com"
},
"license": "Apache-2.0",
"main": "lib/ReactRouterBootstrap.js",
"bugs": {
"url": "https://github.com/react-bootstrap/react-router-bootstrap/issues"
},
"keywords": [
"react",
"react-router",
"react-bootstrap"
],
"dependencies": {
"react": ">=0.14.0",
"react-router-dom": ">=4.0.0"
},
"ignore": [
"**/.*",
"test",
"src",
"CONTRIBUTING.md",
"karma.conf.js",
"package.json",
"webpack",
"scripts",
"webpack.config.babel.js",
"webpack.test.config.babel.js"
]
}