-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
87 lines (87 loc) · 2.79 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
{
"name": "electron6-too-many-module-test",
"version": "1.0.0",
"description": "",
"main": "main.js",
"dependencies": {
"@types/angular": "^1.6.54",
"@types/intro.js": "^2.4.4",
"@types/mocha": "^5.2.6",
"@types/node": "^10.14.5",
"@types/temp": "^0.8.34",
"@types/webdriverio": "^4.13.3",
"angular": "^1.7.8",
"angular-input-highlight": "^0.1.2",
"angular-ui-grid": "^4.7.1",
"cryptico.js": "^1.2.0",
"csv-parse": "^3.2.0",
"csv-stringify": "^4.3.1",
"electron-json-storage": "^2.1.1",
"electron-localshortcut": "^1.1.1",
"electron-log": "^1.3.0",
"electron-store": "^2.0.0",
"fcpx-audio-role-encoder": "^0.1.2",
"get-symbol-from-current-process-h": "^1.0.1",
"get-uv-event-loop-napi-h": "^1.0.5",
"github-version-compare": "^0.1.0",
"intro.js": "^2.9.3",
"lru-cache": "^5.1.1",
"ms": "^2.1.1",
"temp": "^0.8.3",
"uniqid": "^5.1.0",
"wait-until": "0.0.2",
"wav-audio-length": "^0.1.1",
"wav-encoder": "^1.3.0"
},
"devDependencies": {
"@types/chai": "^4.1.7",
"@types/rimraf": "^2.0.2",
"@typescript-eslint/parser": "^1.7.0",
"asar": "^0.14.6",
"chai": "^4.2.0",
"devtron": "^1.4.0",
"electron-packager": "^12.2.0",
"electron-rebuild": "^1.8.6",
"eslint": "^5.6.1",
"fs-extra": "^7.0.1",
"gulp": "^4.0.2",
"gulp-eslint": "^5.0.0",
"gulp-file-include": "^2.0.1",
"gulp-git": "^2.9.0",
"gulp-install": "^1.1.0",
"gulp-less": "^4.0.1",
"gulp-markdown": "^3.0.0",
"gulp-markdown-pdf": "^6.0.0",
"gulp-markdown-toc": "^1.1.0",
"gulp-mocha": "^6.0.0",
"gulp-prettier": "^2.1.0",
"gulp-rename": "^1.4.0",
"gulp-replace": "^1.0.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-typescript": "^5.0.1",
"gulp-using": "^0.1.1",
"gulp-wrapper": "^1.0.0",
"mocha": "^4.1.0",
"node-notifier": "^5.4.0",
"source-map-support": "^0.5.12",
"typescript": "^3.4.5",
"wav-fmt-validator": "^0.1.2",
"yargs": "^12.0.5"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"package7": "electron-packager . demoApp --platform=darwin --electron-version=7.1.1 --arch=x64 --overwrite --asar --no-prune",
"package6": "electron-packager . demoApp --platform=darwin --electron-version=6.1.4 --arch=x64 --overwrite --asar --no-prune",
"package5": "electron-packager . demoApp --platform=darwin --electron-version=5.0.12 --arch=x64 --overwrite --asar --no-prune"
},
"repository": {
"type": "git",
"url": "git+https://github.com/taku-o/electron6-too-many-module-test.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/taku-o/electron6-too-many-module-test/issues"
},
"homepage": "https://github.com/taku-o/electron6-too-many-module-test#readme"
}