-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 895 Bytes
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 895 Bytes
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
{
"title": "ShowMap",
"name": "showmap",
"version": "0.6.0",
"description": "Open another map from the current map view or from a georeferenced website.",
"homepage": "https://github.com/marcows/showmap",
"icon": "resource://@showmap/data/icon-32.png",
"main": "index.js",
"author": "Markus Heidelberg",
"permissions": {
"private-browsing": true
},
"preferences": [
{
"name": "destmaps",
"title": "Destination maps",
"description": "GeoHack compatible URIs in an array of objects",
"type": "string",
"hidden": true
},
{
"name": "editmaps",
"title": "Destination maps",
"type": "control",
"label": "Edit"
}
],
"engines": {
"firefox": ">=38.0a1"
},
"license": "MIT",
"keywords": [
"jetpack"
],
"devDependencies": {
"ava": "^1.4.1"
},
"scripts": {
"test": "ava"
}
}