-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (39 loc) · 970 Bytes
/
package.json
File metadata and controls
40 lines (39 loc) · 970 Bytes
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
{
"name": "multiplayer",
"version": "0.1.0",
"description": "Not yet",
"main": "A video player capable of displaying multiple subtitles",
"scripts": {
"prestart": "npm install",
"start": "gulp"
},
"repository": {
"type": "git",
"url": "https://gitlab.com/brunofin/multiplayer.git"
},
"keywords": [
"multiplayer",
"dual subtitles"
],
"author": "Bruno Finger",
"bugs": {
"url": "https://gitlab.com/brunofin/multiplayer/issues"
},
"homepage": "https://gitlab.com/brunofin/multiplayer",
"bitcoin": "1CQ2qrLY1YidxWKhE3s1o2bPmmQWfXNCHD",
"devDependencies": {
"electron-prebuilt": "^1.1.1",
"electron-compile": "3.1.3",
"electron-compilers": "2.1.4",
"gulp": "3.9.0",
"gulp-util": "3.0.7",
"gulp-sass": "2.1.1",
"gulp-sourcemaps": "1.6.0",
"gulp-rename": "1.2.2"
},
"dependencies": {
"angular": "1.5.0",
"angular-material": "1.0.8",
"opensubtitles-api": "3.2.0"
}
}