{
  "name": "qq-mta",
  "version": "1.1.0",
  "description": "Node.js SDK for QQ mta (Mobile Tencent Analytics) 腾讯移动统计数据接口API Node.js SDK",
  "main": "lib/index.js",
  "scripts": {
    "lint": "eslint ./lib ./test --fix",
    "test": "export DEBUG=mta:* && mocha -t 60000",
    "test-cov": "istanbul cover _mocha -- -t 60000",
    "test-coveralls": "npm run test-cov && cat ./coverage/lcov.info | coveralls",
    "prepublish": "npm run lint && npm run test-coveralls"
  },
  "keywords": [ "MAT", "qq mta", "Mobile Analytics", "MTA SDK", "腾讯移动统计数据接口" ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yourtion/node-qq-mta-sdk.git"
  },
  "bugs": {
    "url": "https://github.com/yourtion/node-qq-mta-sdk/issues"
  },
  "homepage": "https://github.com/yourtion/node-qq-mta-sdk#readme",
  "author": "Yourtion <yourtion@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "debug": "^2.6.3",
    "request": "^2.81.0"
  },
  "devDependencies": {
    "coveralls": "^2.12.0",
    "eslint": "^4.1.0",
    "eslint-config-guo": "^0.4.0",
    "eslint-plugin-promise": "^3.5.0",
    "istanbul": "^0.4.5",
    "mocha": "^3.2.0"
  }
}
