-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
35 lines (35 loc) · 829 Bytes
/
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
{
"name": "permissioninspector",
"version": "1.0.3",
"description": "Snapshot of all the permissions used by each installed extension",
"main": "build.js",
"scripts": {
"start": "node build.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tsl143/addonManager.git"
},
"keywords": [
"browser",
"extension"
],
"author": "tsl143",
"license": "MIT",
"bugs": {
"url": "https://github.com/tsl143/addonManager/issues"
},
"homepage": "https://github.com/tsl143/addonManager#readme",
"dependencies": {
"json-format": "^1.0.1",
"jszip": "^3.1.5",
"ncp": "^2.0.0",
"rimraf": "^2.6.2"
},
"options_ui": {
"page": "index.html",
"chrome_style": false,
"open_in_tab": true
}
}