{
  "name": "babel-plugin-transform-vue-jsx",
  "version": "3.5.0",
  "description": "Babel plugin for Vue 2.0 JSX",
  "main": "index.js",
  "unpkg": "dist/babel-plugin-transform-vue-jsx.min.js",
  "files": [
    "index.js",
    "lib",
    "dist"
  ],
  "scripts": {
    "lint": "eslint index.js",
    "test": "npm run lint && mocha --compilers js:babel-register",
    "dev": "cd example && webpack --watch",
    "build": "webpack -p index.js dist/babel-plugin-transform-vue-jsx.min.js --target=web --output-library=babel-plugin-transform-vue-jsx --output-library-target=umd --module-bind 'js=babel-loader'",
    "prepublish": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vuejs/babel-plugin-transform-vue-jsx.git"
  },
  "keywords": [
    "vue",
    "babel",
    "jsx"
  ],
  "author": "Evan You",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/vuejs/babel-plugin-transform-vue-jsx/issues"
  },
  "homepage": "https://github.com/vuejs/babel-plugin-transform-vue-jsx#readme",
  "dependencies": {
    "esutils": "^2.0.2"
  },
  "peerDependencies": {
    "babel-helper-vue-jsx-merge-props": "^2.0.0",
    "babel-plugin-syntax-jsx": "^6.8.0"
  },
  "devDependencies": {
    "babel-cli": "^6.10.1",
    "babel-helper-vue-jsx-merge-props": "^2.0.2",
    "babel-loader": "^6.2.4",
    "babel-plugin-syntax-jsx": "^6.8.0",
    "babel-preset-es2015": "^6.9.0",
    "babel-register": "^6.9.0",
    "chai": "^3.5.0",
    "eslint": "^2.12.0",
    "eslint-config-vue": "^2.0.0",
    "eslint-plugin-vue": "^1.0.0",
    "mocha": "^2.5.3",
    "vue": "^2.0.0-alpha.5",
    "webpack": "^1.13.1"
  },
  "_from": "babel-plugin-transform-vue-jsx@3.5.0",
  "_resolved": "http://registry.npm.taobao.org/babel-plugin-transform-vue-jsx/download/babel-plugin-transform-vue-jsx-3.5.0.tgz"
}