-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1.54 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
{
"name": "SBv4-crash-study",
"version": "1.0.0",
"description": "Study comparing the crash rates of versions 2 and 4 of Safe Browsing in preparation for the roll-out to all users in 56",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prebuild": "cp node_modules/shield-studies-addon-utils/dist/StudyUtils.jsm addon/",
"build": "XPI=SBv4-crash-rate-test.xpi bash ./bin/xpi.sh",
"eslint": "eslint addon --ext jsm --ext js --ext json --",
"watch": "onchange 'addon/**' 'package.json' 'template/**' -e addon/install.rdf -e addon/chrome.manifest -e addon/StudyUtils.jsm -- npm run build -- '{{event}} {{changed}} $(date)'"
},
"keywords": [],
"author": "Kamyar Ardekani <[email protected]>",
"license": "MPL-2.0",
"devDependencies": {
"ajv": "^5.1.1",
"datauri": "^1.0.5",
"eslint": "^3.19.0",
"eslint-plugin-json": "^1.2.0",
"eslint-plugin-mozilla": "^0.3.2",
"jshint": "^2.9.5",
"moustache": "0.0.2",
"onchange": "^3.2.1",
"shield-studies-addon-utils": "^4.0.0"
},
"addon": {
"version": "1.0.0",
"id": "[email protected]",
"name": "SBv4 crash study",
"minVersion": "55.0",
"maxVersion": "*",
"multiprocessCompatible": true,
"hasEmbeddedWebExtension": false,
"creator": "Kamyar Ardekani <[email protected]>",
"description": "Study comparing the crash rates of versions 2 and 4 of Safe Browsing in preparation for the roll-out to all users in 56",
"chrome": "sbv4-crash-study"
},
"dependencies": {}
}