{
  "name": "react-hyperscript-wrapper",
  "description": "Wrap react component with hyperscript function",
  "version": "0.1.1",
  "keywords": [
    "react",
    "hyperscript",
    "react hyperscript",
    "jsx",
    "react-hyperscript"
  ],
  "contributor": [
    {
      "name": "Lee",
      "email": "jessy1092@gmail.com"
    }
  ],
  "repository": [
    {
      "type": "git",
      "url": "https://github.com/jessy1092/react-hyperscript-wrapper"
    }
  ],
  "bugs": {
    "url": "https://github.com/jessy1092/react-hyperscript-wrapper/issues"
  },
  "license": "MIT",
  "scripts": {
    "start": "gulp dev",
    "prepublish": "gulp transpile",
    "test": "mocha --compilers js:babel-core/register --require tests/helpers/index.js --reporter spec tests"
  },
  "engines": {
    "node": ">=4"
  },
  "main": "lib/index.js",
  "dependencies": {
    "react": "^0.14.7"
  },
  "devDependencies": {
    "babel-core": "^6.7.4",
    "babel-preset-es2015": "^6.6.0",
    "chai": "^3.5.0",
    "gulp": "^3.9.1",
    "gulp-babel": "^6.1.2",
    "jsdom": "^8.1.0",
    "mocha": "^2.4.5",
    "react-addons-test-utils": "^0.14.7",
    "react-dom": "^0.14.7",
    "sinon": "^1.17.3"
  }
}
