-
Notifications
You must be signed in to change notification settings - Fork 133
/
Copy pathpackage.json
143 lines (143 loc) · 4.98 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
{
"name": "ghost-desktop",
"version": "1.1.2",
"description": "Desktop Client for Ghost",
"private": true,
"directories": {
"doc": "doc",
"test": "tests"
},
"homepage": "https://github.com/tryghost/ghost-desktop",
"scripts": {
"build": "ember electron:package --environment production --app-version 1.1.2 --overwrite",
"build:win": "npm run clean:builds32 && npm run build -- --platform win32 --arch ia32",
"build:macos": "npm run build -- --platform darwin --arch x64",
"build:linux": "npm run build -- --platform linux --arch x64",
"build:mas": "npm run build -- --platform mas --app-bundle-id com.ghostfoundation.ghost",
"build:contrib": "node ./scripts/fetch-contributors.js",
"build:macosicons": "node ./scripts/create-iconset.js",
"clean:builds": "rimraf ./electron-builds",
"clean:builds64": "rimraf ./electron-builds/Ghost*x64*/",
"clean:builds32": "rimraf ./electron-builds/Ghost*ia32*/",
"start": "node ./scripts/fetch-contributors.js && cross-env DEBUG=ghost-desktop:* ember electron",
"test": "npm run test:lint && npm run test:unit",
"test:unit": "ember electron:test",
"test:lint": "grunt trimtrailingspaces && eslint './main/**/*.js' './app/**/*.js'",
"install": "npm run rebuild",
"rebuild": "electron-rebuild",
"rebuild:32": "electron-rebuild -a ia32",
"rebuild:64": "electron-rebuild -a x64",
"installer:win": "node ./scripts/create-windows-build.js && npm run clean:builds32 && npm run build:contrib && npm run build:win && grunt create-windows-installer:ia32",
"installer:debian": "npm run clean:builds64 && npm run build:contrib && npm run build:linux && grunt electron-installer-debian",
"installer:dmg": "npm run clean:builds64 && npm run build:contrib && npm run build:macos && node ./scripts/create-osx-build.js",
"installer:mas": "npm run clean:builds64 && npm run build:contrib && npm run build:mas && node ./scripts/create-mas-build.js"
},
"repository": "",
"engines": {
"node": ">= 6.0"
},
"author": "",
"license": "MIT",
"optionalDependencies": {
"grunt-electron-installer-debian": "^0.3.0"
},
"devDependencies": {
"babel-eslint": "^6.1.0",
"broccoli-asset-rev": "^2.2.0",
"codecov": "^1.0.1",
"cross-env": "^3.1.3",
"devtron": "^1.4.0",
"electron": "1.4.12",
"electron-osx-sign": "^0.3.2",
"electron-packager": "^8.3.0",
"electron-rebuild": "1.3.0",
"ember-ajax": "^2.5.0",
"ember-cli": "2.9.1",
"ember-cli-app-version": "^2.0.0",
"ember-cli-babel": "^5.1.7",
"ember-cli-dependency-checker": "^1.3.0",
"ember-cli-htmlbars": "^1.0.10",
"ember-cli-htmlbars-inline-precompile": "^0.3.3",
"ember-cli-inject-live-reload": "^1.4.1",
"ember-cli-qunit": "^3.0.1",
"ember-cli-release": "^0.2.9",
"ember-cli-sri": "^2.1.0",
"ember-cli-test-loader": "^1.1.0",
"ember-cli-uglify": "^1.2.0",
"ember-data": "^2.9.0",
"ember-disable-proxy-controllers": "^1.0.1",
"ember-electron": "^1.11.5",
"ember-export-application-global": "^1.0.5",
"ember-inspector": "^2.0.1",
"ember-load-initializers": "^0.5.0",
"ember-local-storage": "1.3.1",
"ember-lodash": "0.0.10",
"ember-myth": "^0.1.1",
"ember-resolver": "^2.0.3",
"ember-sinon": "0.5.0",
"ember-sinon-qunit": "1.3.0",
"ember-suave": "4.0.0",
"ember-test-helpers": "^0.5.27",
"eslint": "^3.5.0",
"estraverse-fb": "^1.3.1",
"find-parent-dir": "^0.3.0",
"fs-extra": "^0.30.0",
"grunt": "^1.0.0",
"grunt-electron-installer": "^2.1.0",
"grunt-trimtrailingspaces": "^2.3.0",
"lazy-require": "^2.2.0",
"loader.js": "^4.0.11",
"matchdep": "^1.0.1",
"node-fetch": "^1.6.0",
"replace-in-file": "^2.0.1",
"rimraf": "latest",
"tmp": "0.0.29"
},
"main": "main/app.js",
"ember-electron": {
"build-version": 1001,
"copy-files": [
"package.json",
"main/*"
],
"name": "Ghost",
"app-bundle-id": null,
"app-category-type": "public.app-category.productivity",
"app-copyright": "Copyright (c) 2016 Ghost Foundation",
"helper-bundle-id": null,
"icon": "assets/icons/ghost",
"overwrite": true,
"ignore": [
"\\*.(cc|h|lib|pdb|obj|map|md|tlog|o)$",
"/node_modules/.*/hunspell/src",
"/node_modules/.*/(gyp-mac-tool|cibuild)$",
"/node_modules/.*/bin/cmd.js$",
"/node_modules/.*/tools/1to2.js$"
],
"sign": null,
"strict-ssl": null,
"protocol": [
"ghost"
],
"protocol-name": "Ghost Desktop",
"win32metadata": {
"CompanyName": "Ghost Foundation",
"FileDescription": "Ghost for Desktops",
"ProductName": "Ghost",
"InternalName": "Ghost"
},
"version": "1.4.12"
},
"dependencies": {
"debug-electron": "0.0.4",
"electron-window-state": "^4.0.0",
"he": "1.1.0",
"hexrgb": "0.0.2",
"is-reachable": "2.0.0",
"js-string-escape": "1.0.1",
"keytar": "3.0.2",
"query-string": "4.2.3",
"randomcolor": "0.4.4",
"spellchecker": "3.3.1"
}
}