{
  "name": "@atlaskit/theme",
  "version": "2.0.0",
  "config": {
    "access": "public"
  },
  "description": "The AtlasKit theme framework",
  "main": "dist/bundle.js",
  "webpack": "dist/bundle-cjs.js",
  "ak:webpack:raw": "src/index.js",
  "ak:component": {
    "name": "Theme"
  },
  "scripts": {
    "prepublish": "../../node_modules/.bin/in-publish && { cd ../.. && npm run prepublish/single @atlaskit/theme; } || ../../node_modules/.bin/not-in-publish",
    "jest": "../../node_modules/.bin/jest -c ../../build/config/jest.config.js"
  },
  "files": [
    "dist"
  ],
  "devDependencies": {},
  "dependencies": {
    "@atlaskit/util-shared-styles": "^2.6.0",
    "prop-types": "^15.5.10",
    "styled-components": "^1.3.0"
  },
  "peerDependencies": {
    "react": "^15.3.2"
  },
  "author": "Atlassian Pty Ltd",
  "maintainers": [
    {
      "name": "Jed W"
    }
  ],
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://bitbucket.org/atlassian/atlaskit"
  },
  "keywords": [
    "css",
    "theme",
    "atlaskit",
    "react",
    "component"
  ]
}
