-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.1 KB
/
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
34
35
36
{
"name": "bootstrap-actionable",
"version": "1.0.12",
"description": "Actionable plugin is a small Javascript code that help implement click actions for a and button tags by declarative way and provide functionalities to load AJAX content in Bootstrap Modal Wrapper instance.",
"keywords": [
"bootstrap",
"jquery",
"ajax"
],
"author": "javatmp",
"license": "MIT",
"contributors": [],
"bugs": {
"url": "https://github.com/JavaTMP/bootstrap-actionable/issues"
},
"homepage": "https://www.javatmp.com/pages/javatmp-actionable-plugin",
"devDependencies": {
"del": "^5.0.0",
"gulp": "^4.0.2",
"gulp-eslint": "^6.0.0",
"gulp-rename": "^1.4.0",
"gulp-uglify": "^3.0.2",
"gulp-header": "^2.0.7"
},
"dependencies": {
"jquery": "^3.4.1",
"popper.js": "^1.15.0",
"bootstrap": "^4.3.1",
"bootstrap-modal-wrapper": "^2.0.1"
},
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/JavaTMP/bootstrap-actionable.git"
}
}