-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 983 Bytes
/
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
{
"name": "vscode-nextgenas",
"displayName": "AS3, MXML, and SWF Extension Pack",
"description": "A collection of essential ActionScript extensions for Visual Studio Code",
"version": "2.0.0",
"private": true,
"publisher": "bowlerhatllc",
"author": {
"name": "Josh Tynjala"
},
"homepage": "https://as3mxml.com/",
"repository": {
"type": "git",
"url": "https://github.com/BowlerHatLLC/vscode-nextgenas-extension-pack.git"
},
"bugs": {
"url": "https://github.com/BowlerHatLLC/vscode-nextgenas-extension-pack/issues"
},
"sponsor": {
"url": "https://patreon.com/josht"
},
"extensionPack": [
"bowlerhatllc.vscode-as3mxml",
"bowlerhatllc.vscode-swf-debug"
],
"scripts": {
"build": "vsce package"
},
"icon": "as3swf.png",
"keywords": [
"Flash",
"AIR",
"Royale",
"Flex",
"SWF"
],
"license": "MIT",
"engines": {
"vscode": "^1.36.0"
},
"devDependencies": {
"vsce": "~1.93.0"
}
}