{
  "name": "babel-plugin-jsx-pragmatic",
  "version": "1.0.2",
  "main": "jsx-pragmatic.js",
  "license": "MIT",
  "author": "Jesse McCarthy (http://software.jessemccarthy.net/)",
  "homepage": "https://github.com/jmm/babel-plugin-jsx-pragmatic",
  "repository": {
    "type": "git",
    "url": "https://github.com/jmm/babel-plugin-jsx-pragmatic"
  },
  "dependencies": {
    "babel-plugin-syntax-jsx": "^6.0.0"
  },
  "devDependencies": {
    "babel-core": "^6.0.0",
    "babel-plugin-transform-react-jsx": "^6.0.0",
    "babel-preset-es2015": "^6.0.0",
    "lodash": "^3.10.0",
    "mocha": "^2.3.0",
    "sinon": "^1.17.0"
  },
  "files": [
    "jsx-pragmatic.js",
    "package.json",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "keywords": [
    "babel-plugin",
    "jsx",
    "react"
  ],
  "description": "Insert code to load a module corresponding to JSX pragma.",
  "scripts": {
    "test": "mocha 'test/{unit,integration}.js'"
  }
}
