{
  "name": "prejss",
  "version": "1.4.0",
  "description": "Get the power of PostCSS with plugins in your JSS styles. 🎨 Just put CSS into JS and get it as JSS object.",
  "main": "lib/index.js",
  "scripts": {
    "clean": "rimraf lib dist",
    "build:lib": "babel src --out-dir lib",
    "lint": "eslint src",
    "flow": "flow check src",
    "check": "npm run flow",
    "test": "jest",
    "build": "npm run build:lib",
    "prepublish": "npm run clean && npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/axept/prejss.git"
  },
  "keywords": [
    "css",
    "css-in-js",
    "prejss",
    "postcss",
    "postjss",
    "rework",
    "jss",
    "styled-components",
    "stylesheets",
    "jss-from-css",
    "jss-from-postcss",
    "scss",
    "sass",
    "less",
    "stylus",
    "sugarss"
  ],
  "author": "Axept <office@axept.co>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/axept/prejss/issues"
  },
  "homepage": "https://github.com/axept/prejss",
  "dependencies": {
    "prejss-postcss-parser": "^0.3.1"
  },
  "devDependencies": {
    "babel": "^6.23.0",
    "babel-cli": "^6.23.0",
    "babel-core": "^6.23.1",
    "babel-eslint": "^7.1.1",
    "babel-jest": "^19.0.0",
    "babel-plugin-check-es2015-constants": "^6.22.0",
    "babel-plugin-transform-async-to-generator": "^6.22.0",
    "babel-plugin-transform-es2015-arrow-functions": "^6.22.0",
    "babel-plugin-transform-es2015-block-scoping": "^6.23.0",
    "babel-plugin-transform-es2015-destructuring": "^6.23.0",
    "babel-plugin-transform-es2015-literals": "^6.22.0",
    "babel-plugin-transform-es2015-modules-commonjs": "^6.24.0",
    "babel-plugin-transform-es2015-parameters": "^6.23.0",
    "babel-plugin-transform-es2015-shorthand-properties": "^6.22.0",
    "babel-plugin-transform-es2015-spread": "^6.22.0",
    "babel-plugin-transform-es2015-template-literals": "^6.22.0",
    "babel-plugin-transform-flow-strip-types": "^6.22.0",
    "babel-plugin-transform-object-rest-spread": "^6.23.0",
    "eslint": "^3.16.1",
    "eslint-config-airbnb": "^14.1.0",
    "eslint-plugin-import": "^2.2.0",
    "eslint-plugin-jsx-a11y": "^4.0.0",
    "eslint-plugin-react": "^6.10.0",
    "flow": "^0.2.3",
    "flow-bin": "^0.39.0",
    "jest": "^19.0.2",
    "postcss-extend": "^1.0.5",
    "rimraf": "^2.6.0"
  }
}
