forked from dweinstein/node-google-play
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.2 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "gpapi",
"description": "use google play protobuf api in node",
"keywords": [
"google",
"play store",
"play",
"api",
"crawler"
],
"version": "4.4.0",
"main": "index.js",
"private": false,
"homepage": "https://github.com/dweinstein/node-google-play",
"bugs": {
"url": "https://github.com/dweinstein/node-google-play/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dweinstein/node-google-play.git"
},
"files": [
"lib",
"index.js"
],
"semistandard": {
"ignore": [
"/lib/errors.js"
]
},
"scripts": {
"test": "semistandard && tap test/all.test.js"
},
"dependencies": {
"bluebird": "^3.5.0",
"debug": "^2.2.0",
"google-play-proto": "^1.3.1",
"json-stable-stringify": "~1.0.0",
"lodash": "^4.6.1",
"protobufjs": "^5.0.1",
"request": "^2.69.0",
"request-debug": "^0.2.0",
"rsa-pem-from-mod-exp": "^0.8.4",
"split": "^1.0.0",
"through2": "^2.0.1"
},
"devDependencies": {
"minimist": "^1.1.1",
"semistandard": "*",
"tap": "*"
},
"directories": {
"example": "examples",
"test": "test"
},
"author": "dweinstein",
"license": "MIT"
}