-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 1.73 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
{
"name": "brace_maybe",
"version": "0.1.4",
"description": "This module adds stop testing functionality to the mocha unit testing framework.",
"main": "lib/brace_maybe.js",
"devDependencies": {
"mocha": "^5.0.0",
"chai": "^4.1.2"
},
"dependencies": {},
"scripts": {
"mocha": "test",
"make_docs": "brace_document -i docs_raw -b docs -r --navlink --link --link-dest README.md --link-path docs/synopsis.md --force-title --title \"Brace Maybe help pages\" --sort depth",
"make_docs_extra": "npm run make_docs -- --specification"
},
"keywords": [
"mocha",
"skip",
"stop"
],
"repository": {
"type": "git",
"url": "https://github.com/restarian/brace_maybe.git"
},
"author": {
"name": "Robert Steckroth",
"email": "[email protected]"
},
"license": "MIT",
"maintainers": [
{
"name": "nickali",
"email": "[email protected]"
}
],
"technologies": [
{
"name": "VIM",
"description": "As an IDE",
"url": "https://vim.org"
},
{
"name": "Windows 10",
"description": "For unit testing and as the base operating system",
"url": "https://www.microsoft.com/en-us/software-download/windows10"
},
{
"name": "Ubuntu on Windows",
"description": "As the development operating environment",
"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 rendering",
"url": "https://blender.org"
}
]
}