{
  "name": "@blueprintjs/core",
  "version": "1.6.0",
  "description": "Core styles & components",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "style": "dist/blueprint.css",
  "dependencies": {
    "@types/dom4": "^1.5.20",
    "@types/tether": "^1.1.27",
    "classnames": "^2.2",
    "dom4": "^1.8",
    "normalize.css": "4.1.1",
    "pure-render-decorator": "^1.1",
    "tether": "^1.4"
  },
  "peerDependencies": {
    "react": "^15.0.1 || ^0.14",
    "react-addons-css-transition-group": "^15.0.1 || ^0.14",
    "react-dom": "^15.0.1 || ^0.14"
  },
  "devDependencies": {
    "bourbon": "4.2.6",
    "react": "15.4.0",
    "react-addons-css-transition-group": "15.4.0",
    "react-addons-test-utils": "15.4.0",
    "react-dom": "15.4.0"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:palantir/blueprint.git"
  },
  "keywords": [
    "palantir",
    "blueprint",
    "components",
    "styles",
    "theme",
    "ui"
  ],
  "author": "Palantir Technologies",
  "license": "BSD-3-Clause"
}
