{
  "name": "fork-wechat4u",
  "version": "0.7.6",
  "description": "web wechat lib for user",
  "main": "lib/wechat.js",
  "scripts": {
    "compile": "babel src -d lib -s",
    "prepublish": "npm run compile",
    "lint": "eslint src",
    "clean": "rm -rf lib",
    "unit": "mocha test/unit.js --compilers js:babel-core/register",
    "test": "npm run lint && npm run unit",
    "core": "cross-env DEBUG=wechat,core node run-core.js"
  },
  "dependencies": {
    "axios": "^0.15.3",
    "bl": "^1.1.2",
    "debug": "^2.2.0",
    "form-data": "^2.1.2",
    "lodash": "^4.16.4",
    "mime": "^1.3.4"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nodeWechat/wechat4u.git"
  },
  "author": "nodeWechat",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/nodeWechat/wechat4u/issues"
  },
  "homepage": "https://github.com/nodeWechat/wechat4u#readme",
  "devDependencies": {
    "babel-cli": "^6.14.0",
    "babel-preset-env": "^1.2.1",
    "babel-register": "^6.16.3",
    "chai": "^3.5.0",
    "cross-env": "^1.0.7",
    "eslint": "^3.12.0",
    "eslint-config-standard": "^5.3.1",
    "eslint-plugin-promise": "^1.1.0",
    "eslint-plugin-standard": "^1.3.2",
    "mocha": "^2.4.5",
    "nock": "^8.0.0",
    "qrcode-terminal": "^0.11.0",
    "replay": "^2.0.6",
    "request": "^2.79.0"
  }
}
