-
Notifications
You must be signed in to change notification settings - Fork 53
/
package.json
42 lines (42 loc) · 947 Bytes
/
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": "@trademe/reviewme",
"version": "3.0.3",
"description": "Google Play and App Store reviews posted to Slack",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node bin/reviewme.js"
},
"bin": {
"reviewme": "bin/reviewme.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TradeMe/ReviewMe.git"
},
"keywords": [
"android",
"ios",
"google",
"play",
"app",
"store",
"slack",
"app",
"reviews",
"reviews"
],
"author": "Josh Burton <josh.burton@trademe.co.nz>",
"license": "ISC",
"bugs": {
"url": "https://github.com/TradeMe/ReviewMe/issues"
},
"homepage": "https://github.com/TradeMe/ReviewMe#readme",
"dependencies": {
"android-versions": "^1.4.0",
"commander": "^4.1.1",
"google-play-scraper": "^9.1.1",
"googleapis": "^52.1.0",
"request": "^2.88.0"
}
}