-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
41 lines (41 loc) · 980 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
36
37
38
39
40
41
{
"name": "polyglot",
"version": "1.0.3",
"description": "Live subtitling and translation for videos on the browser",
"main": "index.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "jest",
"build": "babel webextension/src -d build/src && gulp",
"release": "python3 deploy_extension.py"
},
"repository": {
"type": "git",
"url": "git+https://github.com/livesubtitles/polyglot.git"
},
"keywords": [
"extension",
"chrome-extension",
"subtitles",
"translation",
"live"
],
"author": "livesubtitles",
"license": "ISC",
"bugs": {
"url": "https://github.com/livesubtitles/polyglot/issues"
},
"homepage": "https://github.com/livesubtitles/polyglot#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
"gulp": "^4.0.0",
"jest": "^23.6.0"
},
"dependencies": {
"chrome-webstore-upload-cli": "^1.0.0",
"socket.io": "^2.1.1"
}
}