{
  "name": "nativejsx",
  "version": "4.3.0",
  "description": "JSX to native DOM API transpilation.",
  "main": "source/nativejsx.js",
  "dependencies": {
    "acorn": "^5.1.1",
    "acorn-jsx": "^4.0.1",
    "commander": "^2.9.0",
    "escodegen": "^1.7.1",
    "glob": "^7.0.3",
    "merge": "^1.2.0"
  },
  "devDependencies": {
    "chai": "^3.4.1",
    "mocha": "^2.3.4",
    "sinon": "^1.17.2",
    "standard": "^9.0.0",
    "webpack": "^2.2.1"
  },
  "engines": [
    {
      "node": "6.10.0"
    }
  ],
  "scripts": {
    "test": "standard && ./node_modules/.bin/mocha --harmony",
    "build": "standard && node ./scripts/generate-asts.js && ./node_modules/.bin/webpack"
  },
  "bin": {
    "nativejsx": "./bin/nativejsx"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/treycordova/nativejsx.git"
  },
  "keywords": [
    "jsx",
    "dom",
    "document",
    "createElement",
    "transpiler",
    "transpilation",
    "react",
    "vnode"
  ],
  "author": "Trey Cordova",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/treycordova/nativejsx/issues"
  },
  "homepage": "https://github.com/treycordova/nativejsx#readme",
  "standard": {
    "ignore": [
      "dist",
      "test/jsx"
    ],
    "globals": [
      "HTMLElement",
      "DOMException",
      "describe",
      "beforeEach",
      "it"
    ]
  }
}
