forked from RobertoPrevato/KingTable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 834 Bytes
/
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
{
"name": "kingtable",
"description": "Library for administrative tables that are able to build themselves, on the basis of the input data.",
"version": "2.0.0",
"homepage": "https://github.com/RobertoPrevato/KingTable",
"main": "./kingtable-entry.js",
"files": [
"kingtable-entry.js",
"utils.js",
"src"
],
"author": {
"name": "Roberto Prevato",
"email": "[email protected]",
"url": "https://robertoprevato.github.io"
},
"repository": {
"type": "git",
"url": "https://github.com/RobertoPrevato/KingTable"
},
"bugs": {
"url": "https://github.com/RobertoPrevato/KingTable/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/RobertoPrevato/KingTable/blob/master/LICENSE"
}
],
"keywords": [
"admin tables kingtable"
]
}