-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
50 lines (50 loc) · 1.37 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
47
48
49
50
{
"name": "sign-it",
"version": "1.0.22",
"description": "SignIt translate a selected word into Sign Language videos",
"main": "background-script.js",
"dependencies": {
"banana-i18n": "^2.3.3",
"oojs-ui": "^0.44.1",
"webextension-polyfill": "^0.9.0"
},
"devDependencies": {
"web-ext": "^7.2.0"
},
"scripts": {
"postinstall": "bin/build.sh",
"web-ext:build": "web-ext build # zips all content but .git files",
"web-ext:test-firefox" : "web-ext run --source-dir ./ --url=fr.wikipedia.org/wiki/Firefox --target=firefox-desktop",
"web-ext:test-chromium": "web-ext run --source-dir ./ --url=fr.wikipedia.org/wiki/Chromium --target=chromium"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lingua-libre/SignIt.git"
},
"keywords": [
"sign",
"language",
"signlanguage",
"webextension",
"firefox",
"chrome",
"video"
],
"author": {
"name": "Antoine '0x010C' Lamielle",
"email": "gh@0x010c.fr",
"url": "https://0x010c.fr"
},
"contributors": [
{
"name": "Hugo Lopez",
"email": "https://meta.wikimedia.org/wiki/Special:EmailUser/Yug",
"url": "https://meta.wikimedia.org/wiki/user:Yug"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/lingua-libre/SignIt/issues"
},
"homepage": "https://github.com/lingua-libre/SignIt#readme"
}