-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.15 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.15 KB
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
{
"name": "oml",
"version": "1.0.1",
"description": "OutlineML (or OutlineMarkup) is a lightweight, human-readable, and machine-parseable markup language based on outlines. It's designed for tasks such as outlining, organizing information, generating structured documents, and more. OML is extensible, allowing users to create custom outline types and features.",
"main": "index.js",
"type": "module",
"scripts": {
"test": "node test/test",
"demo": "node test/demo/demo"
},
"repository": {
"type": "git",
"url": "git+https://github.com/n4j1Br4ch1D/OML.git"
},
"keywords": [
"OML",
"ListML",
"OutlineML",
"List markup language",
"Outline markup language",
"markup languages",
"Markdown list",
"Markdown outlines",
"YAML List",
"ListMarkup",
"list parser",
"nested lists",
"nested outlines",
"structured list",
"outlines parser",
"txt list to JSON",
"CSV",
"Comma-separated values"
],
"author": "Najib Rachid",
"license": "MIT",
"bugs": {
"url": "https://github.com/n4j1Br4ch1D/OML/issues"
},
"homepage": "https://github.com/n4j1Br4ch1D/OML#readme"
}