-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1007 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 1007 Bytes
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
{
"name": "diawi",
"version": "0.4.0",
"description": "Upload an ipa, apk or zip to Diawi",
"homepage": "https://github.com/deanWombourne/node-diawi",
"main": "diawi.js",
"bin": {
"diawi": "./bin/main.js"
},
"scripts": {
"test": "mocha",
"lint": "eslint"
},
"keywords": [
"ipa",
"apk",
"diawi"
],
"author": "Sam Dean",
"license": "ISC",
"dependencies": {
"fs": "0.0.1-security",
"npm": "~> 6.0",
"path": "0.12.7",
"request": "2.88.0",
"yargs": "13.2.1"
},
"devDependencies": {
"eslint": "^5.14.1",
"eslint-config-google": "^0.12.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"mocha": "^6.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/deanWombourne/node-diawi.git"
},
"bugs": "https://github.com/deanWombourne/node-diawi/issues"
}