{
  "name": "restack-mobile-cli",
  "version": "0.3.9",
  "description": "cli tool for restack mobile",
  "bin": {
    "restack-mobile": "./bin/restack-mobile",
    "restack-mobile-run": "./bin/restack-mobile-run",
    "restack-mobile-build": "./bin/restack-mobile-build",
    "restack-mobile-create": "./bin/restack-mobile-create"
  },
  "scripts": {
    "compile": "babel -d lib/ src/",
    "watch": "babel src --watch --out-dir lib --stage=0",
    "prepublish": "npm run compile"
  },
  "author": "hibad",
  "license": "MIT",
  "dependencies": {
    "archiver": "^1.2.0",
    "babel": "^6.5.2",
    "babel-cli": "^6.10.1",
    "babel-core": "^6.6.4",
    "babel-loader": "^6.2.4",
    "babel-plugin-react-transform": "^1.1.1",
    "babel-plugin-syntax-async-functions": "^6.5.0",
    "babel-plugin-transform-class-properties": "^6.18.0",
    "babel-plugin-transform-decorators": "^6.13.0",
    "babel-plugin-transform-decorators-legacy": "^1.3.4",
    "babel-plugin-transform-object-assign": "^6.5.0",
    "babel-plugin-transform-object-rest-spread": "^6.16.0",
    "babel-plugin-transform-regenerator": "^6.6.5",
    "babel-plugin-transform-runtime": "^6.6.0",
    "babel-polyfill": "^6.7.4",
    "babel-preset-es2015": "^6.6.0",
    "babel-preset-react": "^6.5.0",
    "babel-preset-react-hmre": "^1.1.0",
    "babel-preset-stage-0": "^6.5.0",
    "babel-preset-stage-1": "^6.5.0",
    "body-parser": "^1.14.2",
    "bowser": "^1.3.0",
    "browser": "^0.2.6",
    "commander": "^2.9.0",
    "cookie-parser": "^1.4.3",
    "cross-env": "^1.0.8",
    "cross-spawn": "^5.0.0",
    "css-loader": "^0.23.1",
    "css-modules-require-hook": "^4.0.1",
    "express": "^4.13.3",
    "extract-text-webpack-plugin": "^1.0.1",
    "file-loader": "^0.8.5",
    "fs-extra-promise": "^0.3.1",
    "fs-tree-traverse": "^0.1.0",
    "happypack": "^2.1.1",
    "highlight.js": "^9.3.0",
    "history": "^1.17.0",
    "html-webpack-harddisk-plugin": "0.0.2",
    "html-webpack-plugin": "^2.9.0",
    "isomorphic-fetch": "^2.2.0",
    "jed": "^1.1.0",
    "json-loader": "^0.5.4",
    "less": "^2.5.3",
    "less-loader": "^2.2.2",
    "lodash": "^4.5.1",
    "moment": "^2.14.1",
    "mustache": "^2.2.1",
    "ncp": "^2.0.0",
    "nodemon": "^1.11.0",
    "postcss-less": "^0.13.0",
    "react": "^15.3.2",
    "react-dom": "^15.3.2",
    "react-redux": "^4.2.1",
    "react-router": "^2.4.0",
    "react-router-redux": "^4.0.0",
    "react-toastr": "^2.6.2",
    "react-transform-catch-errors": "^1.0.2",
    "react-transform-hmr": "^1.0.0",
    "redux": "^3.3.1",
    "redux-saga": "^0.12.0",
    "redux-thunk": "^0.1.0",
    "redux-undo": "^0.6.0",
    "restack-core": "^0.2.2",
    "sass-loader": "^4.0.0",
    "scss-loader": "0.0.1",
    "style-loader": "^0.13.0",
    "unzip": "^0.1.11",
    "url-loader": "^0.5.7",
    "webpack": "^1.13.1",
    "webpack-dev-middleware": "^1.5.1",
    "webpack-dev-server": "^1.14.1",
    "webpack-hot-middleware": "^2.7.1",
    "webpack-visualizer-plugin": "^0.1.5"
  },
  "devDependencies": {}
}
