{
  "name": "styletron-themer",
  "version": "1.1.0",
  "description": "Themable component-building tool for Styletron & React",
  "keywords": [
    "Styletron",
    "React",
    "Components",
    "Library",
    "CSS-in-JS",
    "Styled"
  ],
  "main": "dist/styletron-themer.cjs.js",
  "module": "dist/styletron-themer.es.js",
  "scripts": {
    "build": "rollup -c rollup.config.js",
    "test": "NODE_ENV=TEST karma start",
    "test:ci": "NODE_ENV=TEST TEST_ENV=ci karma start",
    "lint": "eslint .",
    "lint:fix": "npm run lint -- --fix",
    "prepare": "npm run build"
  },
  "pre-commit": [
    "lint"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lookout/styletron-themer.git"
  },
  "author": "Jeff Bellsey <jeff.bellsey@lookout.com>",
  "license": "MIT",
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-eslint": "^7.2.3",
    "babel-loader": "^7.1.2",
    "babel-plugin-external-helpers": "^6.22.0",
    "babel-plugin-transform-decorators-legacy": "^1.3.4",
    "babel-preset-env": "^1.6.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-react": "^6.24.1",
    "babel-preset-stage-0": "^6.24.1",
    "babel-preset-stage-1": "^6.24.1",
    "blue-tape": "^1.0.0",
    "enzyme": "^2.9.1",
    "eslint": "^4.6.1",
    "eslint-config-babel": "^7.0.2",
    "eslint-plugin-react": "^7.3.0",
    "eslint-plugin-standard": "^3.0.1",
    "faucet": "0.0.1",
    "karma": "^1.7.1",
    "karma-babel-preprocessor": "^6.0.1",
    "karma-phantomjs-launcher": "^1.0.4",
    "karma-tap": "^3.1.1",
    "karma-tap-pretty-reporter": "^3.0.5",
    "karma-webpack": "^2.0.4",
    "native-promise-only": "^0.8.1",
    "pre-commit": "^1.2.2",
    "react": "^15",
    "react-addons-test-utils": "^15.6.0",
    "react-dom": "^15",
    "react-test-renderer": "^15.6.1",
    "rollup": "^0.49.2",
    "rollup-plugin-babel": "^3.0.2",
    "rollup-plugin-commonjs": "^8.2",
    "rollup-plugin-node-resolve": "^3.0.0",
    "styletron": "^2.5",
    "styletron-react": "^2.5.8",
    "styletron-utils": "^2.5",
    "webpack": "^3.5"
  },
  "peerDependencies": {
    "prop-types": "^15.5",
    "react": "^15 || ^16",
    "styletron-utils": "^2.5"
  },
  "dependencies": {
    "assign-deep": "^0.4"
  }
}
