mirror of
https://github.com/twisterarmy/twister-react.git
synced 2025-01-26 22:54:43 +00:00
23 lines
406 B
JSON
23 lines
406 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|