{
  "name": "bobril-css-bootstrap",
  "version": "0.1.0",
  "description": "CSS-Bootstrap in Bobril components",
  "main": "./index.js",
  "types": "index.d.ts",
  "typescript": {
    "main": "./index.ts"
  },
  "bobril": {
    "example": "examples/index.ts",
    "title": "CSSB Title"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/karelsteinmetz/bobril-css-bootstrap.git"
  },
  "keywords": [],
  "author": {
    "email": "karel.steinmetz@gmail.com",
    "name": "Karel Steinmetz"
  },
  "scripts": {
    "test": "jasmine"
  },
  "dependencies": {
    "bobril": "*"
  },
  "devDependencies": {
    "bootstrap": "^3.3.7"
  },
  "license": "MIT"
}
