{
  "name": "xr-tools",
  "version": "0.2.16",
  "description": "",
  "bin": {
    "xr": "./bin/xr-tools"
  },
  "scripts": {
    "compile": "rm -rf lib && babel -d lib/ src/",
    "commit": "git add . && git commit -m 'zlj' &&  git push -u origin master",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ziaochina/xr-tools.git"
  },
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ziaochina/xr-tools/issues"
  },
  "homepage": "https://github.com/ziaochina/xr-tools#readme",
  "dependencies": {
    "commander": "^2.11.0",
    "inquirer": "^3.2.0",
    "pug-cli": "^1.0.0-alpha6",
    "react": "^15.6.1",
    "react-dom": "^15.6.1",
    "through2": "^2.0.3",
    "vinyl-fs": "^2.4.4",
    "which": "^1.2.14",
    "xr-meta-engine": "^0.2.10"
  },
  "devDependencies": {
    "babel-core": "^6.25.0",
    "babel-loader": "^7.1.1",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-plugin-transform-decorators-legacy": "^1.3.4",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-react": "^6.24.1",
    "babel-preset-stage-0": "^6.24.1",
    "css-loader": "^0.28.4",
    "file-loader": "^0.11.2",
    "html-webpack-plugin": "^2.29.0",
    "less": "^2.7.2",
    "less-loader": "^4.0.5",
    "style-loader": "^0.18.2",
    "webpack": "^3.1.0",
    "webpack-dev-server": "^2.5.1"
  }
}
