{
  "name": "snabbdom-react-jsx",
  "version": "0.3.5",
  "description": "Write snabbdom views using React-style JSX and Babel",
  "main": "snabbdom-react-jsx.js",
  "scripts": {
    "test": "babel-node test.js | tap-spec"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/f5io/snabbdom-react-jsx.git"
  },
  "keywords": [
    "snabbdom",
    "virtual-dom",
    "jsx"
  ],
  "author": "Joe Harlow <joe@f5.io>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/f5io/snabbdom-react-jsx/issues"
  },
  "homepage": "https://github.com/f5io/snabbdom-react-jsx",
  "devDependencies": {
    "babel-cli": "^6.1.18",
    "babel-preset-es2015": "^6.1.2",
    "babel-preset-react": "^6.1.2",
    "babel-preset-stage-2": "^6.1.2",
    "tap-spec": "^4.1.0",
    "tape": "^4.0.3"
  }
}
