This repository was archived by the owner on Jan 19, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (65 loc) · 1.67 KB
/
package.json
File metadata and controls
66 lines (65 loc) · 1.67 KB
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{ "name":"testpilot2",
"license":"MPL 2.0",
"author":"Gregg Lind <gregg.lind@mozilla.com>",
"version":"2.0",
"fullName":"Test Pilot",
"id":"testpilot2@ux.mozilla.org",
"description":"run interface studies, surveys, etc.",
"preferences":[
{
"title":"Upload (post) url for collected data",
"description": "see format at http://some/help/url",
"name":"uploadurl",
"type":"string",
"value":"http://localhost:5000/"
},
{
"title":"url for study parameters",
"name":"indexurl",
"type":"string",
"value":"http://testpilot-dev.mozillalabs.com/studies.json"
},
{
"title":"Redownload study interval",
"name":"indexinterval",
"value":3600000,
"type":"integer"
},
{
"title": "Timestamp of last study listings",
"name":"indextimestamp",
"type":"string",
"value":"0"
},
{
"title":"Test Pilot Help",
"name":"openhelp",
"type":"control",
"label":"Help"
},
{
"type": "control",
"label": "scratchpad",
"name": "interactivedebug",
"title": "Interactive Debug"
},
{
"type": "control",
"label": "studies",
"name": "liststudies",
"title": "Show Studies"
},
{
"type": "control",
"label": "reload",
"name": "reload",
"title": "Reload studies"
},
{
"title":"upload data automatically",
"name":"uploadwithoutprompting",
"type":"bool",
"value": false
}
]
}