-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
54 lines (54 loc) · 1.77 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
52
53
54
{
"name": "re-style",
"version": "0.4.2",
"title": "reStyle",
"description": "A user style manager for Firefox 57+ which can load local files and apply UI styles",
"author": "Niklas Gollenstede",
"license": "MPL-2.0",
"repository": {
"type": "git",
"url": "https://github.com/NiklasGollenstede/re-style"
},
"contributions": [ {
"what": { "name": "marked MarkDown compiler", "url": "https://github.com/markedjs/marked" },
"who": { "name": "Christopher Jeffrey et al.", "url": "https://github.com/markedjs/marked/graphs/contributors" },
"license": { "name": "MIT", "url": "/node_modules/marked/LICENSE.md" }
}, {
"what": { "name": "yaml.js YAML parser", "url": "https://github.com/jeremyfa/yaml.js" },
"who": { "name": "Jeremy Faivre et al.", "url": "https://github.com/jeremyfa/yaml.js/graphs/contributors" },
"license": { "name": "MIT", "url": "/node_modules/yamljs/LICENSE" }
}, {
"what": { "name": "Wand Icon", "url": "/icon.svg" },
"who": { "name": "Freepik", "url": "https://www.freepik.com/" },
"license": { "name": "CC 3.0 BY", "url": "https://creativecommons.org/licenses/by/3.0/" }
} ],
"dependencies": {
"es6lib": "0.0.3",
"marked": "0.4.0",
"multiport": "0.2.3",
"native-ext": "0.3.1",
"pbq": "0.3.6",
"regexpx": "0.1.4",
"web-ext-build": "0.0.9",
"web-ext-utils": "0.1.10",
"yamljs": "0.3.0"
},
"devDependencies": {
"eslintrc": "github:NiklasGollenstede/eslintrc#5837452",
"ghooks": "^2.0.4"
},
"scripts": {
"postinstall": "npm start",
"start": "web-ext-build",
"lint": "eslintrc --ignore-path .gitignore .",
"sign": "web-ext-build {beta:$APPVEYOR_BUILD_NUMBER,sign:1}"
},
"config": {
"ghooks": {
"pre-commit": "npm run lint --silent -- --color"
}
},
"eslintConfig": {
"extends": "./node_modules/eslintrc/web-ext.js"
}
}