forked from cesarferreira/purrge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 822 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
{
"name": "purrge",
"version": "1.3.3",
"description": "Quickly uninstall android apps",
"author": {
"name": "Cesar Ferreira",
"email": "[email protected]",
"url": "http://cesarferreira.com"
},
"scripts": {
"start": "node cli.js",
"test": "node test.js"
},
"bin": {
"purrge": "cli.js"
},
"main": "cli.js",
"keywords": [],
"dependencies": {
"chalk": "^2.1.0",
"inquirer-autocomplete-prompt": "^0.11.1",
"meow": "^3.7.0",
"node-adb-api": "^1.1.3",
"update-notifier": "^2.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/cesarferreira/purrge.git"
},
"bugs": {
"url": "https://github.com/cesarferreira/purrge/issues"
},
"homepage": "https://github.com/cesarferreira/purrge#readme",
"license": "MIT"
}