{
  "name": "mpush-sdk",
  "version": "1.0.0",
  "description": "Midea Push's third part supported Node.js client library fork from jpush-sdk@3.2.1.",
  "main": "index.js",
  "scripts": {
    "test": "mocha -t 50000 --reporter spec"
  },
  "keywords": [
    "mpush",
    "MPush API",
    "push",
    "美的推送"
  ],
  "author": "owen",
  "license": "MIT",
  "dependencies": {
    "request": "~2.27.0",
    "popularcrypto": "0.0.2"
  },
  "devDependencies": {
    "mocha": "~1.12.1",
    "should": "~1.2.2",
    "faker-zh-cn": "~0.5.8",
    "assert": "1.1.2"
  },
  "homepage": "http://push.midea.com:8091",
  "repository": {
    "type": "git",
    "url": "git@github.com:beesui/jpush-api-nodejs-client.git"
  },
  "bugs": {
    "url": "https://github.com/beesui/jpush-api-nodejs-client/issues"
  },
  "directories": {
    "doc": "doc",
    "test": "test"
  }
}
