{
  "name": "radium",
  "version": "0.19.6",
  "description": "A set of tools to manage inline styles on React elements",
  "main": "lib/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/formidablelabs/radium.git"
  },
  "homepage": "https://github.com/formidablelabs/radium",
  "bugs": "https://github.com/formidablelabs/radium/issues",
  "directories": {
    "example": "examples"
  },
  "scripts": {
    "preversion": "npm test && npm run lint",
    "version": "npm run build",
    "postversion": "publishr postversion -V",
    "postpublish": "publishr postpublish -V",
    "version-dry-run": "publishr dry-run -V",
    "build-lib": "babel src/ -d lib/ --ignore \"/__tests__/,/__mocks__/\"",
    "build-dist": "webpack && webpack --config=webpack.config.minified.js",
    "build-examples": "webpack --config examples/webpack.config.js",
    "build": "rimraf lib dist && npm run build-lib && npm run build-dist",
    "examples": "webpack-dev-server --config examples/webpack.config.js --no-info --content-base examples/",
    "flow": "flow check",
    "eslint": "eslint src examples *.js",
    "fixlint": "npm run eslint -- --fix",
    "lint": "npm run eslint && npm run flow",
    "start": "babel-node examples/server.js",
    "test-node": "mocha \"test/**/*-test.js\"",
    "test-node-dev": "mocha --watch \"test/**/*-test.js\"",
    "test-frontend": "karma start",
    "test-frontend-coverage": "karma start karma.conf.coverage.js",
    "test-frontend-ie": "karma start karma.conf.ie.js",
    "test-frontend-dev": "karma start --no-single-run --auto-watch",
    "test": "npm run test-node && npm run test-frontend",
    "test-coverage": "npm run test-node && npm run test-frontend-coverage",
    "test-ie": "npm run test-node && npm run test-frontend-ie",
    "test-dev": "concurrently --kill-others \"npm run test-node-dev\" \"npm run test-frontend-dev\"",
    "universal": "concurrently --kill-others \"npm start\" \"npm run examples\"",
    "watch-lib": "npm run build-lib -- --watch"
  },
  "license": "MIT",
  "dependencies": {
    "array-find": "^1.0.0",
    "exenv": "^1.2.1",
    "inline-style-prefixer": "^2.0.5",
    "prop-types": "^15.5.8"
  },
  "peerDependencies": {
    "react": "^15.3.0 || ^16.0.0"
  },
  "devDependencies": {
    "babel-eslint": "^7.1.1",
    "babel-loader": "^6.4.0",
    "chai": "^3.5.0",
    "color": "^1.0.3",
    "concurrently": "^3.4.0",
    "core-js": "^2.5.1",
    "coveralls": "^2.12.0",
    "eslint": "^3.17.1",
    "eslint-plugin-flow-vars": "^0.5.0",
    "eslint-plugin-prettier": "^2.0.1",
    "eslint-plugin-react": "^6.10.0",
    "express": "^4.15.2",
    "express-http-proxy": "^0.11.0",
    "flow-bin": "^0.53.1",
    "inject-loader": "^3.0.0-beta4",
    "isparta-loader": "^2.0.0",
    "karma": "^1.5.0",
    "karma-babel-preprocessor": "^6.0.1",
    "karma-coverage": "^1.1.1",
    "karma-ie-launcher": "^1.0.0",
    "karma-mocha": "^1.3.0",
    "karma-mocha-reporter": "^2.2.2",
    "karma-phantomjs-launcher": "^1.0.4",
    "karma-phantomjs-shim": "^1.4.0",
    "karma-sinon-chai": "^1.2.4",
    "karma-webpack": "^2.0.3",
    "lodash.merge": "^4.6.0",
    "mocha": "^3.2.0",
    "node-libs-browser": "^2.0.0",
    "nodemon": "^1.11.0",
    "object-assign": "^4.1.1",
    "phantomjs-prebuilt": "^2.1.14",
    "prettier": "^0.22.0",
    "react": "^16.0.0",
    "react-dom": "^16.0.0",
    "react-test-renderer": "^16.0.0",
    "sinon": "^1.17.7",
    "sinon-chai": "^2.8.0",
    "webpack": "^2.2.1",
    "webpack-dev-server": "^2.4.2",
    "babel-cli": "^6.24.0",
    "babel-core": "^6.24.0",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-plugin-transform-decorators-legacy": "^1.3.4",
    "babel-plugin-transform-es2015-modules-commonjs": "^6.24.0",
    "babel-preset-es2015": "^6.24.0",
    "babel-preset-react": "^6.23.0",
    "babel-preset-stage-1": "^6.22.0",
    "publishr": "^1.0.0",
    "rimraf": "^2.6.1"
  },
  "publishr": {
    "dependencies": [
      "^babel-",
      "^publishr$",
      "^rimraf$"
    ],
    "files": {
      ".npmignore": ".npmignore.publishr"
    },
    "scripts": {
      "postinstall": ""
    }
  },
  "_publishr": [
    {
      "created": true,
      "path": ".npmignore"
    },
    {
      "created": false,
      "path": "package.json"
    }
  ]
}