-
Notifications
You must be signed in to change notification settings - Fork 178
/
package.json
26 lines (26 loc) · 1009 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
{
"name": "hoverzoom-plus",
"version": "1.0.0",
"description": "Hover Zoom+",
"main": "js/hoverzoom.js",
"scripts": {
"build": "zip -r hoverzoom.zip _locales/ar _locales/bg _locales/de _locales/en _locales/es _locales/fa _locales/fr _locales/hi _locales/hr _locales/hu _locales/id _locales/it _locales/ja _locales/ko _locales/nl _locales/no _locales/pl _locales/pt_BR _locales/pt_PT _locales/ru _locales/sv _locales/th _locales/tr _locales/zh_CN css fonts html images js plugins LICENSE manifest.json",
"firefox": "web-ext run --source-dir ./"
},
"repository": {
"type": "git",
"url": "git+https://github.com/extesy/hoverzoom.git"
},
"author": "Oleg Anashkin",
"license": "MIT",
"bugs": {
"url": "https://github.com/extesy/hoverzoom/issues"
},
"homepage": "https://github.com/extesy/hoverzoom#readme",
"devDependencies": {
"eslint": "^7.18.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"web-ext": "^7.6.2"
}
}