{
  "name": "react-helmet-hack-ios",
  "description": "react-helmet hack for weixin-ios",
  "version": "2.0.0",
  "author": "colorfulcow",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/colorfulcow/react-helmet-hack"
  },
  "keywords": [
    "react-helmet",
    "nfl",
    "react",
    "document",
    "head",
    "title",
    "meta",
    "link",
    "script",
    "base",
    "ios",
    "weixin"
  ],
  "dependencies": {
    "deep-equal": "1.0.1",
    "object-assign": "^4.0.1",
    "react-side-effect": "1.0.2",
    "shallowequal": "0.2.2",
    "warning": "2.1.0"
  },
  "devDependencies": {
    "babel": "5.8.34",
    "babel-eslint": "5.0.0",
    "babel-loader": "5.4.0",
    "chai": "3.4.1",
    "chalk": "1.1.1",
    "del": "2.2.0",
    "eslint": "2.4.0",
    "eslint-config-nfl": "6.1.0",
    "eslint-plugin-react": "4.2.2",
    "estraverse": "^4.2.0",
    "estraverse-fb": "^1.3.1",
    "gulp": "3.9.0",
    "gulp-cached": "1.1.0",
    "gulp-debug": "2.1.2",
    "gulp-eslint": "2.0.0",
    "gulp-if": "2.0.0",
    "gulp-notify": "2.2.0",
    "gulp-util": "3.0.7",
    "isparta-instrumenter-loader": "0.2.1",
    "karma": "0.13.19",
    "karma-chai": "0.1.0",
    "karma-chai-sinon": "0.1.5",
    "karma-chrome-launcher": "0.2.2",
    "karma-cli": "0.1.2",
    "karma-coverage": "0.5.3",
    "karma-html-reporter": "0.2.7",
    "karma-mocha": "0.2.1",
    "karma-phantomjs-launcher": "0.2.3",
    "karma-phantomjs-shim": "1.2.0",
    "karma-sourcemap-loader": "0.3.6",
    "karma-spec-reporter": "0.0.23",
    "karma-tap-reporter": "0.0.6",
    "karma-webpack": "1.7.0",
    "mocha": "2.3.4",
    "phantomjs": "1.9.19",
    "react": "15.x",
    "react-dom": "15.x",
    "sinon": "1.17.2",
    "sinon-chai": "2.8.0",
    "webpack": "1.12.11"
  },
  "scripts": {
    "clean": "gulp clean",
    "lint": "gulp eslint",
    "test": "karma start karma.config.js",
    "posttest": "cat ./build/reports/coverage/text.txt",
    "pretest": "npm run clean && npm run lint && npm run compile",
    "compile": "babel src --out-dir lib",
    "prepublish": "npm run compile"
  }
}
