-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.12 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
{
"name": "android-cli",
"version": "0.0.1",
"description": "<p align=\"center\"> <img alt=\"AndroidCLI\" src=\"http://i.imgur.com/3wCVzej.png\" width=\"400\" />",
"main": "./bin/acli",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"dev": "webpack --watch"
},
"bin": {
"acli": "./bin/acli"
},
"repository": {
"type": "git",
"url": "git+https://github.com/endlessdev/android-cli.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/endlessdev/android-cli/issues"
},
"homepage": "https://github.com/endlessdev/android-cli#readme",
"dependencies": {
"chalk": "^1.1.3",
"change-case": "^3.0.1",
"commander": "^2.9.0",
"figlet": "^1.2.0",
"gradle-to-js": "^0.2.5",
"gradlejs": "^1.0.0",
"inquirer": "^3.0.6",
"node": "0.0.0",
"request": "^2.87.0",
"request-promise": "^4.2.2",
"shelljs": "^0.7.7",
"ts-loader": "^2.0.3",
"walk": "^2.3.9",
"winston": "^2.3.1",
"xml2js": "^0.4.17"
},
"devDependencies": {
"@types/node": "^7.0.18",
"webpack": "^2.5.1"
}
}