-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
75 lines (75 loc) · 1.83 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "elite-time",
"productName": "EliteTime",
"version": "0.4.1",
"description": "Unnoficial desktop EliteTorrent.net client",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/telpalbrox/EliteTime.git"
},
"author": {
"name": "Alberto Luna",
"email": "[email protected]"
},
"engines": {
"node": ">=4"
},
"scripts": {
"start": "grunt build-dev && electron .",
"dev": "grunt dev",
"dist": "grunt build-dev && electron-builder",
"pack": "grunt build-dev && electron-builder --dir"
},
"keywords": [
"electron-app",
"torrent"
],
"dependencies": {
"axios": "0.16.2",
"bootstrap": "3.3.7",
"cheerio": "1.0.0-rc.1",
"electron-debug": "1.2.0",
"electron-is-dev": "0.2.0",
"electron-log": "2.2.6",
"electron-updater": "2.4.4",
"flux": "3.1.2",
"history": "4.6.3",
"jquery": "3.2.1",
"keymirror": "0.1.1",
"lodash": "4.17.4",
"peerflix": "0.36.3",
"prop-types": "^15.5.10",
"react": "15.6.1",
"react-dom": "15.6.1",
"react-router-dom": "4.1.1",
"request": "2.81.0"
},
"devDependencies": {
"babel-cli": "6.24.1",
"babel-core": "6.25.0",
"babel-plugin-transform-es2015-modules-commonjs": "6.24.1",
"babel-preset-react": "6.24.1",
"electron": "1.6.11",
"electron-builder": "19.12.0",
"grunt": "1.0.1",
"grunt-babel": "6.0.0",
"grunt-cli": "1.2.0",
"grunt-contrib-clean": "1.1.0",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-watch": "1.0.0",
"grunt-newer": "1.3.0",
"load-grunt-tasks": "3.5.2"
},
"build": {
"appId": "es.albertoluna.elitetime",
"directories": {
"buildResources": "resources"
},
"publish": {
"provider": "github",
"owner": "Telpalbrox",
"vPrefixedTagName": false
}
}
}