-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 1.96 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
{
"name": "brace_document_link",
"version": "1.1.10",
"priority": "99",
"tense": "last",
"description": "A plugin for Brace Document which creates a hard link relative to the project root.",
"main": "lib/brace_document_link.js",
"scripts": {
"test": "mocha",
"make_docs": "brace_document --link --link-dest ../Readme.md --link-path ../docs/synopsis.md --navlink -i docs -r --force-title --title \"Brace Document Link help pages\" --sort depth --specification --mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/restarian/batten_document_link.git"
},
"author": {
"name": "Robert Steckroth",
"email": "[email protected]"
},
"license": "MIT",
"homepage": "https://github.com/restarian/brace_document_link#readme",
"dependencies": {
"bracket_print": "^0.10.4"
},
"devDependencies": {
"brace_maybe": "^0.1.3",
"bracket_utils": "^0.3.3",
"chai": "^4.2.0",
"mocha": "^7.0.1",
"requirejs": "^2.3.6"
},
"optionalDependencies": {
"brace_document": "^1.1.10",
"brace_document_mocha": "^1.1.0",
"brace_document_navlink": "^1.1.9",
"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"
}
]
}