|
1 | 1 | { |
2 | | - "name": "jumpfm", |
3 | | - "version": "0.16.0", |
4 | | - "description": "A file manager that lets you jump", |
5 | | - "author": { |
6 | | - "name": "Gilad Kutiel", |
7 | | - "email": "gilad.kutiel@gmail.com" |
| 2 | + "name": "jumpfm", |
| 3 | + "version": "0.16.1", |
| 4 | + "description": "A file manager that lets you jump", |
| 5 | + "author": { |
| 6 | + "name": "Gilad Kutiel", |
| 7 | + "email": "gilad.kutiel@gmail.com" |
| 8 | + }, |
| 9 | + "license": "ISC", |
| 10 | + "dependencies": { |
| 11 | + "check-dependencies": "^1.1.0", |
| 12 | + "electron-simple-updater": "^1.2.1", |
| 13 | + "filesize": "^3.5.10", |
| 14 | + "fs-extra": "^4.0.1", |
| 15 | + "homedir": "^0.6.0", |
| 16 | + "install-if-needed": "^1.0.3", |
| 17 | + "moment": "^2.18.1", |
| 18 | + "mousetrap": "^1.6.1", |
| 19 | + "node-cmd": "^3.0.0", |
| 20 | + "node-watch": "^0.5.5", |
| 21 | + "node.os": "^1.2.4", |
| 22 | + "npm": "^5.3.0", |
| 23 | + "vue": "^2.4.2" |
| 24 | + }, |
| 25 | + "devDependencies": { |
| 26 | + "@types/fs-extra": "^4.0.0", |
| 27 | + "@types/mousetrap": "^1.5.34", |
| 28 | + "@types/node": "^8.0.24", |
| 29 | + "@types/npm": "^2.0.28", |
| 30 | + "@types/watch": "^1.0.0", |
| 31 | + "electron-builder": "^19.23.1", |
| 32 | + "jumpfm-api": "^1.0.7" |
| 33 | + }, |
| 34 | + "optionalDependencies": { |
| 35 | + "7zip-bin-win": "^2.1.0" |
| 36 | + }, |
| 37 | + "homepage": "https://jumpfm.org", |
| 38 | + "repository": { |
| 39 | + "type": "git", |
| 40 | + "url": "git+https://github.com/Gilad-Kutiel-App/jumpfm.git" |
| 41 | + }, |
| 42 | + "bugs": { |
| 43 | + "url": "https://github.com/Gilad-Kutiel-App/jumpfm/issues" |
| 44 | + }, |
| 45 | + "main": "app.js", |
| 46 | + "build": { |
| 47 | + "appId": "com.github.gkutiel.jumpfm", |
| 48 | + "compression": "maximum", |
| 49 | + "electronVersion": "1.7.5", |
| 50 | + "linux": { |
| 51 | + "files": [ |
| 52 | + "**/*", |
| 53 | + "build/icons/*" |
| 54 | + ], |
| 55 | + "target": [ |
| 56 | + "AppImage" |
| 57 | + ], |
| 58 | + "category": "Utility", |
| 59 | + "publish": "github" |
8 | 60 | }, |
9 | | - "license": "ISC", |
10 | | - "dependencies": { |
11 | | - "check-dependencies": "^1.1.0", |
12 | | - "electron-simple-updater": "^1.2.1", |
13 | | - "filesize": "^3.5.10", |
14 | | - "fs-extra": "^4.0.1", |
15 | | - "homedir": "^0.6.0", |
16 | | - "install-if-needed": "^1.0.3", |
17 | | - "moment": "^2.18.1", |
18 | | - "mousetrap": "^1.6.1", |
19 | | - "node-cmd": "^3.0.0", |
20 | | - "node-watch": "^0.5.5", |
21 | | - "node.os": "^1.2.4", |
22 | | - "npm": "^5.3.0", |
23 | | - "vue": "^2.4.2" |
24 | | - }, |
25 | | - "devDependencies": { |
26 | | - "@types/fs-extra": "^4.0.0", |
27 | | - "@types/mousetrap": "^1.5.34", |
28 | | - "@types/node": "^8.0.24", |
29 | | - "@types/npm": "^2.0.28", |
30 | | - "@types/watch": "^1.0.0", |
31 | | - "electron-builder": "^19.23.1", |
32 | | - "jumpfm-api": "^1.0.7" |
33 | | - }, |
34 | | - "optionalDependencies": { |
35 | | - "7zip-bin-win": "^2.1.0" |
36 | | - }, |
37 | | - "homepage": "https://jumpfm.org", |
38 | | - "repository": { |
39 | | - "type": "git", |
40 | | - "url": "git+https://github.com/Gilad-Kutiel-App/jumpfm.git" |
41 | | - }, |
42 | | - "bugs": { |
43 | | - "url": "https://github.com/Gilad-Kutiel-App/jumpfm/issues" |
44 | | - }, |
45 | | - "main": "app.js", |
46 | | - "build": { |
47 | | - "appId": "com.github.gkutiel.jumpfm", |
48 | | - "compression": "maximum", |
49 | | - "electronVersion": "1.7.5", |
50 | | - "linux": { |
51 | | - "files": [ |
52 | | - "**/*", |
53 | | - "build/icons/*" |
54 | | - ], |
55 | | - "target": [ |
56 | | - "AppImage" |
57 | | - ], |
58 | | - "category": "Utility", |
59 | | - "publish": "github" |
60 | | - }, |
61 | | - "win": { |
62 | | - "target": "nsis" |
63 | | - } |
64 | | - }, |
65 | | - "scripts": { |
66 | | - "test": "mocha js", |
67 | | - "pack": "build --dir", |
68 | | - "dist": "build", |
69 | | - "publish": "build --publish always", |
70 | | - "postinstall": "electron-builder install-app-deps" |
| 61 | + "win": { |
| 62 | + "target": "nsis" |
71 | 63 | } |
| 64 | + }, |
| 65 | + "scripts": { |
| 66 | + "test": "mocha js", |
| 67 | + "pack": "build --dir", |
| 68 | + "dist": "build", |
| 69 | + "publish": "build --publish always", |
| 70 | + "postinstall": "electron-builder install-app-deps" |
| 71 | + } |
72 | 72 | } |
0 commit comments