-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
81 lines (81 loc) · 2.02 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
76
77
78
79
80
81
{
"name": "Data",
"version": "0.4.5",
"description": "Desktop application for DataHub",
"main": "main/index.js",
"scripts": {
"start": "electron main",
"pack": "build",
"pack:all": "build -ml",
"dist": "electron-builder",
"release": "build -p always"
},
"build": {
"publish": [
{
"provider": "github",
"owner": "datahq",
"repo": "data-desktop"
}
],
"appId": "datahub",
"mac": {
"category": "public.app-category.developer-tools",
"icon": "main/static/img/logo.icns",
"target": [
"zip",
"dmg"
]
}
},
"author": "Datopian",
"license": "MIT",
"bugs": {
"url": "https://github.com/datahq/data-desktop/issues"
},
"homepage": "https://github.com/datahq/data-desktop#readme",
"devDependencies": {
"electron": "^1.7.9",
"electron-builder": "^19.45.4"
},
"dependencies": {
"app-root-path": "^2.0.1",
"child-process-promise": "^2.2.1",
"data.js": "^0.9.12",
"datahub-client": "^0.1.2",
"ejs-electron": "^2.0.1",
"electron-is-dev": "^0.3.0",
"electron-updater": "^2.16.1",
"first-run": "^1.2.0",
"fix-path": "^2.1.0",
"fs-extra": "^4.0.2",
"global-packages": "^1.0.2",
"highlight.js": "^9.12.0",
"human-readable-ids": "^1.0.3",
"just-compare": "^1.2.1",
"markdown-it": "^8.4.0",
"markdown-it-anchor": "^4.0.0",
"markdown-it-container": "^2.0.0",
"markdown-it-table-of-contents": "^0.3.2",
"mkdirp": "^0.5.1",
"ms": "^2.0.0",
"nanobar": "^0.4.2",
"node-fetch": "^1.7.3",
"path-exists": "^3.0.0",
"promisepipe": "^2.0.0",
"raven": "^2.2.1",
"raven-js": "^3.20.1",
"remove-markdown": "^0.2.2",
"sanitize-html": "^1.16.1",
"semver": "^5.4.1",
"serialize-error": "^2.1.0",
"stream-to-array": "^2.3.0",
"sudo-prompt": "^7.1.1",
"tmp-promise": "^1.0.3",
"trim": "0.0.1",
"universal-analytics": "^0.4.16",
"url-join": "^2.0.2",
"which-promise": "^1.0.0",
"winreg": "^1.2.4"
}
}