-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 765 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 765 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
31
32
33
34
35
36
37
38
{
"name": "tablelist-mvc",
"version": "2.0.5",
"description": "UI compoments for TableList.Mvc or TableList.Mvc.Core NuGet libraries.",
"main": "dist/js/tablelist-mvc.js",
"style": "dist/css/tablelist-mvc.css",
"files": [
"dist/"
],
"bugs": {
"url": "https://github.com/bantikyan/TableList/issues"
},
"homepage": "https://github.com/bantikyan/TableList",
"repository": {
"type": "git",
"url": "https://github.com/bantikyan/TableList.git"
},
"contributors": [
{
"name": "Hovhannes Bantikyan"
},
{
"name": "Vahe Khachaturyan"
}
],
"keywords": [
"crud",
"table",
"list",
"inline",
"edit",
"mvc"
],
"dependencies": {
"jquery": ">=2.2.4"
},
"license": "MIT"
}