-
Notifications
You must be signed in to change notification settings - Fork 503
/
package.json
41 lines (41 loc) · 1.06 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
37
38
39
40
41
{
"name": "bootstrap-hover-dropdown",
"version": "2.2.1",
"description": "An unofficial Bootstrap plugin to enable Bootstrap dropdowns to activate on hover and provide a nice user experience.",
"main": "bootstrap-hover-dropdown.js",
"dependencies": {
"streamqueue": "^0.1.1"
},
"devDependencies": {
"gulp": "^3.8.10",
"gulp-bump": "^0.1.13",
"gulp-filter": "^2.0.0",
"gulp-git": "^0.5.6",
"gulp-rename": "^1.2.0",
"gulp-tag-version": "^1.2.1",
"gulp-uglify": "^1.1.0",
"streamqueue": "^0.1.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/CWSpear/bootstrap-hover-dropdown.git"
},
"keywords": [
"twitter",
"bootstrap",
"hover",
"dropdowns"
],
"author": {
"name": "Cameron Spear",
"url": "https://cameronspear.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/CWSpear/bootstrap-hover-dropdown/issues"
},
"homepage": "https://github.com/CWSpear/bootstrap-hover-dropdown"
}