We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a831de commit b7442adCopy full SHA for b7442ad
1 file changed
package.json
@@ -0,0 +1,18 @@
1
+{
2
+ "name": "JSON for Notepad++",
3
+ "version": "1.0.0",
4
+ "description": "Notepad++ JSON Syntax Hiligher",
5
+ "main": "/lib/JSON.XML",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "https://github.com/RougeWare/JSON-for-Notepad--"
9
+ },
10
+ "author": "Kyli Rouge <Kyli@BHStudios.org>",
11
+ "maintainers": [
12
+ {
13
+ "name": "Kyli Rouge",
14
+ "url": "https://github.com/Supuhstar"
15
+ }
16
+ ],
17
+ "license": "BH-1-PS"
18
+}
0 commit comments