forked from react-bootstrap/react-router-bootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
32 lines (32 loc) · 763 Bytes
/
bower.json
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
{
"name": "react-router-bootstrap",
"version": "0.8.3",
"description": "react-router and react-bootstrap compatible components",
"main": "lib/ReactRouterBootstrap.js",
"homepage": "https://github.com/mtscout6/react-router-bootstrap",
"author": {
"name": "Matt Smith",
"email": "mtscout6@gmail.com"
},
"license": "Apache2",
"repository": {
"type": "git",
"url": "git://github.com/mtscout6/react-router-bootstrap.git"
},
"dependencies": {
"react-router": "^0.11.6",
"react-bootstrap": "^0.13.2"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"tests",
"src",
"CONTRIBUTING.md",
"karma.conf.js",
"package.json",
"webpack.config.js",
"webpack.test.config.js"
]
}