-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.49 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.49 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
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "bracket_utils",
"description": "Miscellaneous methods used with ECMA development.",
"main": "lib/bracket_utils.js",
"version": "0.3.6",
"license": "LGPL-3.0",
"repository": {
"type": "git",
"url": "git+https://github.com/restarian/bracket_utils.git"
},
"scripts": {
"make_docs": "brace_document --navlink --link --link-dest ../README.md --link-path ../docs/synopsis.md -r -i docs_raw -b docs --force-title --title \"Bracket Utils help pages\" --sort depth",
"make_docs_extra": "npm run make_docs --silent -- --specification --mocha",
"test": "mocha"
},
"dependencies": {},
"devDependencies": {
"brace_maybe": "^0.1.3",
"chai": "^4.1.2",
"mocha": "^5.0.1",
"requirejs": "^2.3.5"
},
"optionalDependencies": {
"brace_document": "^1.0.2",
"brace_document_navlink": "^1.0.2",
"brace_document_link": "^1.0.1",
"brace_document_specification": "^1.0.1",
"batten_document_mocha": "https://github.com/restarian/batten_document_mocha.git"
},
"keywords": [
"utilities"
],
"directories": {},
"engines": {
"node": ">=0.6.0"
},
"deprecated": false,
"homepage": "https://github.com/restarian/bracket_utils#readme",
"maintainers": [
{
"name": "nickali",
"email": "robertsteckroth@gmail.com"
}
],
"author": {
"name": "Robert Steckroth",
"email": "RobertSteckroth@gmail.com",
"url": "https://restarian.xyz"
},
"bugs": {
"url": "https://github.com/restarian/bracket_utils/issues"
}
}