{
  "name": "react-hyperscript",
  "description": "Hyperscript syntax for React.js markup",
  "version": "3.2.0",
  "homepage": "https://github.com/mlmorg/react-hyperscript",
  "author": {
    "name": "Matt Morgan",
    "email": "matt@mlmorg.com",
    "url": "http://mlmorg.com"
  },
  "keywords": [
    "react",
    "react.js",
    "hyperscript",
    "markup",
    "dom"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/mlmorg/react-hyperscript.git"
  },
  "bugs": {
    "url": "https://github.com/mlmorg/react-hyperscript/issues"
  },
  "license": "MIT",
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/mlmorg/react-hyperscript/blob/master/LICENSE"
    }
  ],
  "main": "index.js",
  "peerDependencies": {
    "react": ">= 0.12.0 < 17.0.0"
  },
  "devDependencies": {
    "create-react-class": "^15.6.2",
    "eslint": "^2.0.0",
    "eslint-config-mlmorg": "^2.0.0",
    "react": ">= 0.12.0 < 17.0.0",
    "react-dom": "^16.0.0",
    "tap-spec": "^4.1.1",
    "tape": "^4.5.1"
  },
  "scripts": {
    "lint": "eslint .",
    "test": "npm run lint && node test/index.js | tap-spec"
  }
}
