-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 719 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 719 Bytes
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
{
"name": "alfred-vscode-github",
"version": "1.3.0",
"description": "Open or create new Visual Studio Code project and create GitHub repository",
"main": "index.js",
"scripts": {
"postinstall": "alfred-link"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AppelBoomHD/alfred-vscode-github.git"
},
"author": {
"name": "Julian Riemersma",
"email": "julianriemersma@gmail.com",
"url": "https://github.com/AppelBoomHD"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/AppelBoomHD/alfred-vscode-github/issues"
},
"homepage": "https://github.com/AppelBoomHD/alfred-vscode-github#readme",
"dependencies": {
"alfred-link": "^0.3.1"
}
}