-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
46 lines (46 loc) · 1.21 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
{
"title": "Pixel Perfect",
"name": "pixel-perfect",
"version": "2.0.14",
"id": "[email protected]",
"description": "Make your web development Pixel Perfect",
"main": "index.js",
"author": "Jan Odvarko (Mozilla Corp.)",
"contributors": [
"Mike Buckley",
"Lorne Markham",
"Alistair Laing",
"Oleksandr Shybystyi"
],
"translators": [
"YFdyh000 (zh-CN)",
"Maurice Pape (de)"
],
"engines": {
"firefox": ">=36.0"
},
"license": "BSD-3-Clause",
"icon": "chrome://pixelperfect/skin/logo_32x32.png",
"homepage": "https://github.com/firebug/pixel-perfect/wiki",
"forum": "https://groups.google.com/forum/#!forum/firebug",
"repository": {
"type": "git",
"url": "https://github.com/firebug/pixel-perfect.git"
},
"dependencies": {
"firebug.sdk": "0.x"
},
"bugs": {
"url": "https://github.com/firebug/pixel-perfect/issues"
},
"preferences-branch": "pixelperfect",
"preferences": [
{
"name": "firstRun",
"title": "Execute first run experience",
"description": "Specifies whether to show notification message when the extension is installed or upgraded etc.",
"type": "bool",
"value": true
}
]
}