-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 800 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 800 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": "nexustools.nexusframework-brackets",
"title": "NexusFramework",
"description": "Adds NexusFramework support and functionality to Brackets.",
"homepage": "https://github.com/NexusTools/NexusFrameworkBrackets",
"keywords": ["nexustools", "nexusframework", "framework", "brackets"],
"version": "0.0.2",
"author": "Stephen Hohner <steve@nexustools.net> (https://github.com/Steve4448)",
"licenses": [
{
"type": "Apache License 2.0",
"url": "https://github.com/NexusTools/NexusFrameworkBrackets/blob/master/LICENSE.md"
}
],
"i18n": "en",
"repository": {
"type": "git",
"url": "https://github.com/NexusTools/NexusFrameworkBrackets.git"
},
"bugs": {
"url": "https://github.com/NexusTools/NexusFrameworkBrackets/issues"
},
"engines": {
"brackets": ">=0.38.0"
}
}