-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.01 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.01 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
{
"name": "easybootstraptabs",
"title": "EasyBootstrapTabs",
"version": "1.3.0",
"description": "Bootstrap(bootstrap-based) tabs plugin. Support multi-tab, close button, contextmenu to close, refresh and js api.",
"main": "dist/easy.bootstrap.tabs.min.js",
"homepage": "https://github.com/ushelp/EasyBootstrapTabs#readme",
"author": "Ray <[email protected]>",
"directories": {
"doc": "doc",
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ushelp/EasyBootstrapTabs.git"
},
"keywords": [
"EasyBootstrapTabs",
"Bootstrap",
"BootstrapTab",
"BootstrapTabs",
"Bootstrap tab",
"Boostrap tabs",
"plugin",
"library"
],
"bugs": {
"url": "https://github.com/ushelp/EasyBootstrapTabs/issues "
},
"license": "MIT",
"dependencies": {
"bootstrap3": "^3.3.5",
"jquery": "^3.2.1",
"jquery-contextify": "^1.0.8"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^2.0.0"
}
}