{
  "name": "scoped-css",
  "version": "2.2.13",
  "description": "Scoped CSS in two easy steps.",
  "main": "dist/scoped-css.js",
  "author": "Joshua Robinson",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/buildbreakdo/scoped-css.git"
  },
  "bugs": {
    "url": "https://github.com/buildbreakdo/scoped-css/issues"
  },
  "homepage": "https://github.com/buildbreakdo/scoped-css",
  "keywords": [
    "react",
    "reactive-root",
    "scope",
    "scoped",
    "inline",
    "style",
    "styles",
    "styling",
    "css",
    "CSS",
    "classes",
    "classname",
    "classnames",
    "util",
    "utility"
  ],
  "devDependencies": {
    "babel-cli": "^6.10.1",
    "babel-core": "^6.9.1",
    "babel-eslint": "^6.0.4",
    "babel-jest": "^12.1.0",
    "babel-loader": "^6.2.4",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-polyfill": "^6.9.1",
    "babel-preset-es2015": "^6.9.0",
    "babel-preset-stage-0": "^6.5.0",
    "babel-preset-stage-1": "^6.5.0",
    "jest-cli": "^12.1.1",
    "js-beautify": "^1.6.3",
    "rimraf": "^2.5.2",
    "uglifyjs": "^2.4.10",
    "webpack": "^1.13.1"
  },
  "scripts": {
    "build": "webpack && babel src --out-dir lib && NODE_ENV='production' webpack && babel src --out-dir lib",
    "prebuild": "rimraf dist lib",
    "prepublish": "npm run build && npm run tests",
    "lint": "eslint .",
    "tests": "clear && jest || true"
  },
  "dependencies": {}
}
