You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
406 B
23 lines
406 B
10 years ago
|
{
|
||
|
"name": "react-bootstrap",
|
||
|
"version": "0.20.3",
|
||
|
"homepage": "http://react-bootstrap.github.io/",
|
||
|
"author": "Stephen J. Collings <stevoland@gmail.com>",
|
||
|
"license": "MIT",
|
||
|
"main": [
|
||
|
"react-bootstrap.js"
|
||
|
],
|
||
|
"keywords": [
|
||
|
"react",
|
||
|
"react-component",
|
||
|
"bootstrap"
|
||
|
],
|
||
|
"ignore": [
|
||
|
"**/.*"
|
||
|
],
|
||
|
"dependencies": {
|
||
|
"react": ">= 0.13.0",
|
||
|
"classnames": "1.1.4"
|
||
|
}
|
||
|
}
|