-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 762 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 762 Bytes
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
{
"name": "basic-formatting-utils",
"description": "JavaScript utility to display a server-side object as an HTML table with collapsible nested content",
"version": "1.2.51",
"author": {
"name": "Chris Whealy",
"email": "chris@whealy.com",
"url": "http://whealy.com/"
},
"keywords": [
"utilities",
"object formatting",
"debug tool",
"display server-side object as HTML table",
"nested tables",
"circular reference"
],
"files": [
"arrow_down.b64.txt",
"arrow_right.b64.txt",
"expand_collapse.js",
"bfu-style.css"
],
"repository": "github:ChrisWhealy/basic-utils",
"dependencies": {},
"devDependencies": {},
"license": "Apache 2.0",
"readmeFilename": "README.md",
"main": "lib.js"
}