-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.18 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"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 <[email protected]>",
"license": "MIT",
"dependencies": {
"debug": "^3.0.0",
"request": "^2.81.0"
},
"devDependencies": {
"coveralls": "^2.12.0",
"eslint": "^4.1.0",
"eslint-config-guo": "^0.5.0",
"eslint-plugin-promise": "^3.5.0",
"istanbul": "^0.4.5",
"mocha": "^4.0.0"
}
}