-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
53 lines (53 loc) · 1.19 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
{
"name": "@vscode/gulp-electron",
"version": "1.36.0",
"description": "gulp plugin for packaging Electron into VS Code",
"main": "src/index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode-gulp-electron.git"
},
"engines": {
"node": ">=10"
},
"keywords": [
"gulpplugin",
"atom",
"shell",
"atom-shell",
"electron",
"github"
],
"author": "João Moreno",
"license": "MIT",
"bugs": {
"url": "https://github.com/microsoft/vscode-gulp-electron/issues"
},
"homepage": "https://github.com/microsoft/vscode-gulp-electron",
"dependencies": {
"@electron/get": "^2.0.2",
"@octokit/rest": "^18.0.14",
"event-stream": "3.3.4",
"gulp-filter": "^5.1.0",
"gulp-rename": "1.2.2",
"gulp-symdest": "^1.2.0",
"gulp-vinyl-zip": "^2.1.2",
"mkdirp": "^0.5.1",
"plist": "^3.0.1",
"progress": "^1.1.8",
"rcedit": "^0.3.0",
"rimraf": "^2.4.2",
"semver": "^5.7.2",
"sumchecker": "^3.0.1",
"temp": "^0.8.3",
"vinyl": "^3.0.0",
"vinyl-fs": "^3.0.3"
},
"devDependencies": {
"gulp-buffer": "0.0.2",
"mocha": "^10.2.0"
}
}