|
1 | 1 | {
|
2 |
| - "name": "dot", |
3 |
| - "version": "2.1.0", |
4 |
| - "description": "A beautiful browser with darn-simple UI, based on Wexond.", |
| 2 | + "name": "ice", |
| 3 | + "version": "2.2.0", |
| 4 | + "description": "A beautiful browser with darn-simple UI, based on Dot.", |
5 | 5 | "keywords": [
|
6 | 6 | "web-browser",
|
7 | 7 | "material",
|
|
10 | 10 | "mobx",
|
11 | 11 | "styled-components"
|
12 | 12 | ],
|
13 |
| - "homepage": "https://github.com/dot-browser/desktop#readme", |
| 13 | + "homepage": "https://github.com/iceproductions/browser#readme", |
14 | 14 | "main": "build/main.js",
|
15 | 15 | "author": {
|
16 |
| - "name": "Dot Inc. & Ender And Fire Development", |
17 |
| - "email": "efdev@ender.site" |
| 16 | + "name": "Ice productions", |
| 17 | + "email": "admin@iceproductions.dev" |
18 | 18 | },
|
19 | 19 | "contributors": [
|
20 | 20 | {
|
|
32 | 32 | {
|
33 | 33 | "name": "Mikolaj Palkiewicz",
|
34 | 34 | "email": "xnerhu@gmail.com"
|
| 35 | + }, |
| 36 | + { |
| 37 | + "name": "Daniel Bulant", |
| 38 | + "email": "admin@iceproductions.dev" |
35 | 39 | }
|
36 | 40 | ],
|
37 | 41 | "repository": {
|
38 | 42 | "type": "git",
|
39 |
| - "url": "git+https://github.com/dot-browser/desktop.git" |
| 43 | + "url": "git+https://github.com/iceproductions/browser.git" |
40 | 44 | },
|
41 | 45 | "bugs": {
|
42 |
| - "url": "https://github.com/dot-browser/desktop/issues" |
| 46 | + "url": "https://github.com/iceproductions/browser/issues" |
43 | 47 | },
|
44 | 48 | "scripts": {
|
45 | 49 | "dev": "npm run node-ver && npm run download-filters && cross-env NODE_ENV='dev' node fuse.js",
|
46 | 50 | "build": "npm run node-ver && npm run download-filters && node fuse.js",
|
47 | 51 | "start": "cross-env ENV='dev' electron --no-proxy-server .",
|
48 |
| - "compile-win32": "npm run build && electron-builder -w -p always", |
49 |
| - "compile-darwin": "npm run build && electron-builder -m -p always", |
| 52 | + "compile-win32": "npm run build && electron-builder -w -p always --x64", |
| 53 | + "compile-darwin": "npm run build && electron-builder -m -p always --x64", |
50 | 54 | "compile-linux": "npm run build && electron-builder -l -p always",
|
51 | 55 | "lint": "tslint \"src/**/*.ts*\"",
|
52 | 56 | "lint-fix": "prettier --write \"src/**/*.ts*\" && tslint \"src/**/*.ts*\" --fix",
|
53 | 57 | "postinstall": "electron-builder install-app-deps",
|
54 | 58 | "download-filters": "node tools/download-filters.js",
|
55 | 59 | "node-ver": "node tools/build-preload.js"
|
56 | 60 | },
|
| 61 | + "build": { |
| 62 | + "linux": { |
| 63 | + "target": [ |
| 64 | + { |
| 65 | + "target": ["deb", "tar.gz"], |
| 66 | + "arch": [ |
| 67 | + "x64", |
| 68 | + "ia32" |
| 69 | + ] |
| 70 | + } |
| 71 | + ] |
| 72 | + } |
| 73 | + }, |
57 | 74 | "pre-commit": [
|
58 | 75 | "lint-fix"
|
59 | 76 | ],
|
|
0 commit comments