-
Notifications
You must be signed in to change notification settings - Fork 69
/
package.json
28 lines (28 loc) · 979 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
{
"name": "@kybarg/bootstrap-dropdown-hover",
"version": "1.2.0",
"description": "Bootstrap based responsive mulltilevel dropdown navigation menu with fascinating animations",
"main": "js/boootstrap-dropdownhover.js",
"scripts": {
"minify:css": "minify ./css/animate.css > ./css/animate.min.css && minify ./css/bootstrap-dropdownhover.css > ./css/bootstrap-dropdownhover.min.css",
"minify:js": "minify ./js/bootstrap-dropdownhover.js > ./js/bootstrap-dropdownhover.min.js",
"bundle": "npm run minify:js && npm run minify:css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kybarg/bootstrap-dropdown-hover.git"
},
"keywords": [
"multilevel",
"boostrap3"
],
"author": "kybarg",
"license": "MIT",
"bugs": {
"url": "https://github.com/kybarg/bootstrap-dropdown-hover/issues"
},
"homepage": "https://github.com/kybarg/bootstrap-dropdown-hover#readme",
"devDependencies": {
"minify": "^5.1.1"
}
}