-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
86 lines (86 loc) · 2.22 KB
/
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "brace_document",
"version": "1.1.10",
"description": "A platform for plugin utilization regarding document generation which has many plugins",
"main": "lib/brace_document.js",
"bin": "./bin/document.js",
"scripts": {
"test": "mocha",
"brace_document": "node ./bin/document.js",
"make_docs": "npm run brace_document --silent -- --navlink --link --link-dest ../Readme.md --link-path ../docs/synopsis.md -r -i docs_raw -b docs --force-title --title \"Brace Document help pages\" --sort depth --specification --mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/restarian/brace_document.git"
},
"keywords": [
"markdown",
"documentation",
"platform",
"generation"
],
"author": {
"name": "Robert Steckroth",
"email": "RobertSteckroth@gmail.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/restarian/brace_document/issues"
},
"homepage": "https://github.com/restarian/brace_document#readme",
"dependencies": {
"amdefine": "^1.0.1",
"bracket_print": "^0.10.4",
"commander": "^2.14.1"
},
"devDependencies": {
"brace_document_navlink": "^1.1.9",
"brace_maybe": "^0.1.3",
"bracket_utils": "^0.3.1",
"chai": "^4.2.0",
"mocha": "^7.0.0",
"requirejs": "^2.3.5"
},
"optionalDependencies": {
"brace_document_link": "^1.1.9",
"brace_document_mocha": "^1.1.0",
"brace_document_specification": "^1.2.2"
},
"technologies": [
{
"name": "VIM",
"description": "As the primary IDE",
"url": "https://www.vim.org"
},
{
"name": "Windows 10",
"description": "As the development operating environment",
"url": "https://www.microsoft.com/en-us/software-download/windows10"
},
{
"name": "Ubuntu on Windows",
"description": "For unit testing",
"url": "https://www.microsoft.com/en-us/store/p/ubuntu/9nblggh4msv6"
},
{
"name": "Git",
"description": "For repository management",
"url": "https://git-scm.com"
},
{
"name": "Github",
"description": "For repository storage",
"url": "https://github.com"
},
{
"name": "NPM",
"description": "For module storage",
"url": "https://npmjs.org"
},
{
"name": "Blender",
"description": "For logo design and art rendering",
"url": "https://blender.org"
}
]
}