forked from wenzhixin/bootstrap-table-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 654 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 654 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "bootstrap-table-examples",
"version": "1.14.2",
"description": "bootstrap-table-examples",
"repository": {
"type": "git",
"url": "https://github.com/wenzhixin/bootstrap-table-examples.git"
},
"author": "wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/wenzhixin/bootstrap-table-examples/issues"
},
"homepage": "https://github.com/wenzhixin/bootstrap-table-examples",
"scripts": {
"lint": "eslint --ext .html,.js ."
},
"devDependencies": {
"eslint": "^5.10.0",
"eslint-plugin-html": "^5.0.0",
"getopts": "^2.2.3"
}
}