{
  "name": "wx.js",
  "version": "0.2.9",
  "description": "Wechat API",
  "main": "lib/index.js",
  "scripts": {
    "build": "./node_modules/.bin/babel src -d lib",
    "test": "./node_modules/.bin/mocha --compilers js:babel-register test/*.test.js",
    "pretest": "npm run build",
    "prepublish": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "github.com/wengee/wx.js"
  },
  "keywords": [
    "Wechat",
    "Weixin"
  ],
  "author": "Fung Wing Kit",
  "license": "MIT",
  "dependencies": {
    "ejs": "^2.5.6",
    "lodash": "^4.17.4",
    "query-string": "^4.3.2",
    "urllib": "^2.21.0",
    "wechat-crypto": "0.0.2",
    "xml2js": "^0.4.17"
  },
  "devDependencies": {
    "babel-cli": "^6.23.0",
    "babel-core": "^6.23.1",
    "babel-plugin-async-to-promises": "^1.0.5",
    "babel-plugin-transform-async-to-generator": "^6.22.0",
    "babel-plugin-transform-es2015-modules-commonjs": "^6.23.0",
    "babel-register": "^6.23.0",
    "expect.js": "^0.3.1",
    "mocha": "^3.2.0"
  }
}
