{
  "name": "vanilla-jsx",
  "version": "3.0.2",
  "description": "JSX in, HTMLElements out",
  "main": "lib/main.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "compile": "babel src/main.js > lib/main.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/steelbrain/vanilla-jsx.git"
  },
  "keywords": [
    "jsx"
  ],
  "author": "steelbrain",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/steelbrain/vanilla-jsx/issues"
  },
  "homepage": "https://github.com/steelbrain/vanilla-jsx#readme",
  "dependencies": {
    "escape-html": "^1.0.3"
  }
}
