-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathpackage.json
39 lines (39 loc) · 970 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
{
"main": "app://host/app/index.html",
"name": "lingo-player",
"version": "0.0.1",
"license" : "MIT",
"author": "Ognjen Apic <[email protected]>",
"repository": {
"type" : "git",
"url" : "https://github.com/oaprograms/lingo-player"
},
"bugs": {
"url": "https://github.com/oaprograms/lingo-player/issues"
},
"chromium-args": "--d3d9 --disable-d3d11 --gpu-no-context-lost",
"single-instance": false,
"window": {
"width": 900,
"height": 600,
"min_width": 300,
"min_height": 260,
"icon": "app/img/logo-sm.png",
"toolbar": false
},
"dependencies": {
"file-url": "^1.0.0",
"iconv-lite": "^0.4.8",
"jschardet": "^1.1.1",
"nedb": "^1.1.2",
"opensubtitles-api": "^1.3.1",
"underscore": "^1.8.3",
"wcjs-player": "*"
},
"devDependencies": {
"jasmine-core": "^2.3.4",
"karma": "^0.12.36",
"karma-jasmine": "^0.3.5",
"karma-nodewebkit-launcher": "0.0.12"
}
}