-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
43 lines (43 loc) · 1.04 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
{
"name": "sumo-live-helper",
"version": "1.6.0",
"description": "This Add-on is for volunteers in SUMO (Support Mozilla) to see when there are new forum support questions that have not yet been answered.",
"contributors": [
{
"name": "Wesley Branton"
},
{
"name": "Danny Colin"
},
{
"name": "Jhonatas Machado"
}
],
"license": "MPL-2.0",
"homepage": "https://github.com/mozillabrasil/sumo_live_helper#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/mozillabrasil/sumo_live_helper.git"
},
"keywords": [
"Mozilla",
"Support",
"Extension",
"Firefox",
"Thunderbird",
"SUMO"
],
"bugs": {
"url": "https://github.com/mozillabrasil/sumo_live_helper/issues"
},
"scripts": {
"start": "npx web-ext run -s src/",
"build": "npx web-ext build -o -s src/ -a dist/",
"lint:css": "npx stylelint 'src/**/*.css'"
},
"devDependencies": {
"stylelint": "^16.10.0",
"stylelint-config-standard": "^36.0.1",
"web-ext": "^8.3.0"
}
}