-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.85 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
{
"name": "mybrowser",
"version": "0.1.1-alpha",
"description": "A fully customizable web browser that really was made for you",
"main": "./app/dist/main.js",
"scripts": {
"start": "gulp && electron .",
"watch": "concurrently \"npm start\" \"gulp watch\" ",
"pack": "build --dir -w --x64 --ia32",
"dist": "build -w --x64 --ia32",
"postinstall": "install-app-deps"
},
"repository": "https://github.com/Perolize/MyBrowser",
"keywords": [
"MyBrowser",
"Browser",
"Custom"
],
"author": "Perolize Inc.",
"license": "LGPL 3.0",
"devDependencies": {
"@types/jquery": "^2.0.41",
"@types/node": "^7.0.18",
"babel-core": "^6.25.0",
"babel-loader": "^7.0.0",
"babel-preset-env": "^1.5.2",
"babel-preset-es2015": "^6.24.1",
"concurrently": "^3.1.0",
"electron": "^1.6.10",
"electron-builder": "^17.3.1",
"electron-builder-squirrel-windows": "^16.7.0",
"electron-connect": "^0.6.1",
"electron-packager": "^8.6.0",
"gulp": "^3.9.1",
"gulp-clean-css": "^3.2.0",
"gulp-concat": "^2.6.1",
"gulp-html-minifier": "^0.1.8",
"gulp-imagemin": "^3.2.0",
"gulp-sourcemaps": "^2.4.1",
"gulp-tslint": "^7.1.0",
"gulp-typescript": "^3.1.4",
"gulp-uglify": "^2.1.2",
"gulp-useref": "^3.1.2",
"gulp-webpack": "^1.5.0",
"onchange": "^3.2.1",
"run-sequence": "^1.2.2",
"tslint": "^4.5.1",
"typescript": "^2.3.4",
"uglify-js-harmony": "^2.7.7",
"vinyl-named": "^1.1.0"
},
"dependencies": {
"del": "^2.2.2",
"dragula": "^3.7.2",
"electron-is-dev": "^0.1.2",
"electron-storage": "^1.0.7",
"electron-unhandled": "^0.2.0",
"electron-updater": "^1.11.2",
"electron-window-state": "^4.1.1",
"is-url": "^1.2.2",
"jquery": "^3.1.1",
"lru-cache": "^4.0.2",
"normalize-url": "^1.9.1",
"tldjs": "^1.7.0"
}
}