Skip to content

Commit 6b8fca4

Browse files
committed
package.json: reorder keys with prettier-package-json
1 parent f0a9bac commit 6b8fca4

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,29 @@
22
"name": "kaitai-struct",
33
"version": "0.10.0-SNAPSHOT.2",
44
"description": "Kaitai Struct: runtime library for Javascript",
5-
"main": "index.js",
5+
"license": "Apache-2.0",
6+
"author": "Kaitai team (https://github.com/orgs/kaitai-io/people) and Ilmari Heikkinen",
7+
"homepage": "https://github.com/kaitai-io/kaitai_struct_javascript_runtime#readme",
68
"repository": {
79
"type": "git",
8-
"url": "git+https://github.com/kaitai-io/kaitai_struct_javascript_runtime.git"
10+
"url": "https://github.com/kaitai-io/kaitai_struct_javascript_runtime.git"
11+
},
12+
"bugs": {
13+
"url": "https://github.com/kaitai-io/kaitai_struct_javascript_runtime/issues"
914
},
15+
"main": "index.js",
1016
"keywords": [
11-
"kaitai",
1217
"binary",
13-
"parsing",
14-
"struct",
15-
"stream",
16-
"runtime",
1718
"file",
18-
"format",
19-
"structure",
2019
"forenics",
20+
"format",
21+
"kaitai",
22+
"parsing",
23+
"reverse engineering",
2124
"reversing",
22-
"reverse engineering"
23-
],
24-
"author": "Kaitai team (https://github.com/orgs/kaitai-io/people) and Ilmari Heikkinen",
25-
"license": "Apache-2.0",
26-
"bugs": {
27-
"url": "https://github.com/kaitai-io/kaitai_struct_javascript_runtime/issues"
28-
},
29-
"homepage": "https://github.com/kaitai-io/kaitai_struct_javascript_runtime#readme"
25+
"runtime",
26+
"stream",
27+
"struct",
28+
"structure"
29+
]
3030
}

0 commit comments

Comments
 (0)