-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
28 lines (28 loc) · 878 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
{
"name": "view-image-resurrected",
"version": "1.9.6",
"description": "![Icon](icons/icon-96.png)\r # View Image Resurrected",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "gulp build",
"build": "gulp build && cd build && web-ext build",
"firefox": "concurrently --kill-others \"gulp default\" \"cd build && web-ext run\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/Jon-Salmon/View-Image-Resurrected.git"
},
"author": "Jon Salmon",
"license": "MIT",
"bugs": {
"url": "https://github.com/Jon-Salmon/View-Image-Resurrected/issues"
},
"homepage": "https://github.com/Jon-Salmon/View-Image-Resurrected#readme",
"devDependencies": {
"concurrently": "^3.5.1",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-sass": "^3.1.0"
}
}