{
  "name": "styleshow",
  "description": "CSS to html, generate html to show your css styles",
  "version": "0.0.10",
  "main": "index.js",
  "scripts": {
    "build": "gulp",
    "jest": "jest",
    "test": "npm run jest",
    "test:watch": "npm run jest -- --watch",
    "prepublish": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alvinsj/styleshow.git"
  },
  "bin": {
    "styleshow": "./index.js"
  },
  "author": {
    "name": "Alvin Ng",
    "email": "email.to.alvin@gmail.com",
    "url": "https://github.com/alvinsj"
  },
  "bugs": {
    "url": "https://github.com/alvinsj/styleshow/issues"
  },
  "homepage": "https://github.com/alvinsj/styleshow#readme",
  "license": "MIT",
  "jest": {
    "verbose": "true",
    "scriptPreprocessor": "<rootDir>/node_modules/babel-jest",
    "testPathDirs": [
      "<rootDir>/__tests__"
    ],
    "testPathIgnorePatterns": [
      "pending"
    ],
    "unmockedModulePathPatterns": [
      "node_modules",
      "react",
      "utils",
      "__mocks__",
      "../public/javascripts"
    ],
    "modulePathIgnorePatterns": []
  },
  "dependencies": {
    "autoprefixer": "^6.3.7",
    "babel-plugin-transform-strict-mode": "^6.8.0",
    "babel-preset-es2015": "^6.9.0",
    "babel-preset-react": "^6.5.0",
    "browser-sync": "^2.13.0",
    "classnames": "^2.2.5",
    "compression": "^1.6.2",
    "express": "^4.13.4",
    "graceful-fs": "^4.1.4",
    "gulp": "^3.9.1",
    "gulp-concat-css": "^2.3.0",
    "gulp-postcss": "^6.1.1",
    "gulp-rename": "^1.2.2",
    "gulpzilla": "^4.x.x",
    "gulpzilla-browserify": "^4.0.3",
    "invariant": "^2.2.1",
    "js-beautify": "^1.6.3",
    "mkdirp": "^0.5.1",
    "object-assign": "^4.1.0",
    "postcss-extend": "^1.0.4",
    "postcss-import": "^8.1.2",
    "postcss-nested": "^1.0.0",
    "postcss-scss": "^0.1.8",
    "react": "^15.1.0",
    "react-dom": "^15.1.0",
    "react-syntax-highlighter": "^2.1.1",
    "yargs": "^4.7.1"
  },
  "devDependencies": {
    "babel-eslint": "^6.1.0",
    "babel-jest": "^13.0.0",
    "eslint": "^3.0.0",
    "eslint-plugin-react": "^5.2.2",
    "gulpzilla-jest": "^4.x.x",
    "jest-cli": "^12.1.1"
  }
}
