-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.39 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.39 KB
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
51
52
{
"name": "sign-it",
"version": "1.0.23",
"description": "SignIt translate a selected word into Sign Language videos",
"main": "background-script.js",
"dependencies": {
"banana-i18n": "^2.3.3",
"lru-cache": "^11.1.0",
"oojs-ui": "^0.44.1",
"sign-it": "file:",
"webextension-polyfill": "^0.9.0"
},
"devDependencies": {
"web-ext": "^8.5.0"
},
"scripts": {
"postinstall": "bash bin/build.sh",
"web-ext:build": "web-ext build",
"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"
}