forked from Soupware/unitycloudbuildhockeyapp
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.33 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
{
"name": "unity-cloud-build-to-hockeyapp",
"version": "1.1.0",
"description": "Receives a payload from Unity Cloud Build webhook. Downloads the binary and posts to the HockeyApp API. Automating deployment from Unity Cloud Build to Hockeyapp.",
"main": "index.js",
"dependencies": {
"body-parser": "1.15.2",
"dotenv": "^2.0.0",
"express": "^4.14.0",
"form-data": "0.2.0",
"fs": "0.0.1-security",
"fs-extra": "^7.0.0",
"lodash": "4.13.1",
"najax": "0.7.1",
"os": "^0.1.1",
"shelljs": "^0.8.2",
"simple-git": "^1.96.0",
"swagger-client": "^2.1.16",
"unitycloudbuild-client": "git+https://github.com/unitychrism/ucb-nodejs-client"
},
"engines": {
"node": "6.9.4"
},
"devDependencies": {
"eslint": "^5.4.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"author": "Nathan Broadbent",
"contributors": [
"Nigel Rodriguez"
],
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/Soupware/unitycloudbuildhockeyapp.git"
},
"keywords": [
"ucb",
"unity",
"cloud",
"build",
"hockeyapp"
],
"bugs": {
"url": "https://github.com/Soupware/unitycloudbuildhockeyapp/issues"
},
"homepage": "https://github.com/Soupware/unitycloudbuildhockeyapp"
}