{
  "name": "react-attr-converter",
  "version": "0.3.1",
  "description": "Convert HTML attribute names to React props",
  "main": "index.js",
  "scripts": {
    "test": "xo && ava"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/noraesae/react-attr-converter.git"
  },
  "keywords": [
    "react",
    "attribute",
    "props"
  ],
  "author": "Hyunje Jun <me@noraesae.net> (http://noraesae.net/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/noraesae/react-attr-converter/issues"
  },
  "homepage": "https://github.com/noraesae/react-attr-converter#readme",
  "devDependencies": {
    "ava": "^0.20.0",
    "xo": "^0.18.2"
  },
  "xo": {
    "space": true,
    "esnext": false
  }
}
