-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 865 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": "netlify-builds",
"version": "1.0.0",
"description": "Used to run and publish deploys from a Fitbit Versa 3 or Fitbit Sense",
"keywords": [
"fitbit",
"netlify",
"builds"
],
"homepage": "https://github.com/CodeyGuyDylan/fitbit-netlify-builds-app#readme",
"devDependencies": {
"@fitbit/sdk": "~5.0.0"
},
"fitbit": {
"appUUID": "3a630abf-cee5-4b9b-aff9-d4534ad302ff",
"appType": "app",
"appDisplayName": "Netlify Builds",
"iconFile": "resources/icon.png",
"wipeColor": "#009688",
"requestedPermissions": [
"access_internet",
"run_background"
],
"buildTargets": [
"atlas",
"vulcan"
],
"i18n": {
"en-US": {
"name": "Netlify Builds"
}
},
"defaultLanguage": "en-US"
}
}