-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
104 lines (104 loc) · 2.81 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"name": "brace_umd",
"main": "lib/brace_umd.js",
"version": "0.11.6",
"description": "Provides a unified module definition wrapper for RequireJS and AMDefine definitions while staying seamlessly compliant with the RequireJS optimizer and factory based objects.",
"dependencies": {
"bracket_print": "^0.11.7",
"commander": "^4.1.0",
"requirejs": "^2.3.3",
"uglify-js": "^3.7.6"
},
"devDependencies": {
"amdefine": "^1.0.1",
"brace_maybe": "^0.1.3",
"bracket_utils": "^0.3.7",
"chai": "^4.2.0",
"mocha": "^7.0.1"
},
"optionalDependencies": {
"brace_document": "^1.1.10",
"brace_document_link": "^1.1.11",
"brace_document_mocha": "^1.1.3",
"brace_document_navlink": "^1.0.2",
"brace_document_specification": "^1.2.3"
},
"bin": {
"build_umd": "./bin/build_umd.js",
"init_umd": "./bin/init_umd.js"
},
"scripts": {
"test": "mocha",
"build_umd": "node ./bin/build_umd.js",
"init_umd": "node ./bin/init_umd.js",
"build": "node ./bin/build_umd --config-file minified_config.json",
"make_docs": "brace_document --navlink --link --link-dest ../Readme.md --link-path ../docs/synopsis.md -r -i docs_raw -b docs --force-title --title \"Brace Umd help pages\" --sort depth --specification --mocha"
},
"license": "(MIT WITH BSD-2-Clause)",
"engines": {
"node": ">=0.6.0"
},
"keywords": [
"brace",
"umd",
"unified",
"amd",
"module",
"definition"
],
"repository": {
"type": "git",
"url": "https://github.com/restarian/brace_umd.git"
},
"maintainers": [
{
"name": "nickali",
"email": "[email protected]"
}
],
"author": {
"name": "Robert Steckroth",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/restarian/brace_umd/issues",
"email": "[email protected]"
},
"technologies": [
{
"name": "VIM",
"description": "As an IDE",
"url": "https://www.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"
}
]
}