This repository was archived by the owner on Apr 12, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 116
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.38 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.38 KB
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
{
"name": "Hozz",
"version": "0.1.4",
"description": "A better way to manage your hosts.",
"main": "browser.js",
"scripts": {
"start": "electron ./app/browser.js"
},
"repository": {
"type": "git",
"url": "git@github.com:ppoffice/Hozz.git"
},
"keywords": [
"Electron",
"hosts",
"all-platform"
],
"author": "PPOffice",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/ppoffice/Hozz/issues"
},
"homepage": "https://github.com/ppoffice/Hozz#readme",
"devDependencies": {
"babel-core": "^6.3.26",
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"classnames": "^2.2.1",
"codemirror": "^5.10.0",
"electron-packager": "^5.2.0",
"electron-prebuilt": "^0.36.0",
"gulp": "^3.9.0",
"gulp-clean": "^0.3.1",
"gulp-convert-newline": "0.0.3",
"gulp-sass": "^2.1.1",
"gulp-util": "^3.0.7",
"json-loader": "^0.5.4",
"jszip": "^2.5.0",
"keymirror": "^0.1.1",
"mkdirp": "^0.5.1",
"node-fetch": "^1.3.3",
"react": "^0.14.3",
"react-codemirror": "^0.2.2",
"react-dom": "^0.14.3",
"react-dragula": "^1.1.9",
"react-dropzone": "^3.3.0",
"react-select": "^1.0.0-beta8",
"uid": "0.0.2",
"webpack": "^1.12.9"
},
"dependencies": {
"electron-sudo": "git+https://github.com/ppoffice/electron-sudo.git"
}
}