{
  "name": "wxser",
  "version": "1.1.1",
  "description": "cli for wxser",
  "main": "app.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/santiagochen/cli-wxser.git"
  },
  "keywords": [
    "cli",
    "wxser"
  ],
  "author": "santiagochen",
  "license": "MIT",
  "dependencies": {
    "clipboardy": "^1.2.2",
    "commander": "^2.12.2",
    "fuzzy": "^0.1.3",
    "inquirer": "^5.0.0",
    "inquirer-autocomplete-prompt": "^0.12.1",
    "lodash": "^4.17.4",
    "promise": "^8.0.1",
    "underscore": "^1.8.3"
  },
  "bin": {
    "wxser": "./app.js"
  }
}
