Skip to content

Commit 7e0caab

Browse files
bmjjrkybarg
authored andcommitted
Add a basic package.json for npm (#24)
* add package.json for npm * add package.json for npm, updated for pull request
1 parent 54374f5 commit 7e0caab

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

package.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "bootstrap-dropdown-hover",
3+
"version": "1.1.0",
4+
"description": "Bootstrap based responsive mulltilevel dropdown navigation menu with fascinating animations",
5+
"main": "boootstrap-dropdownhover.js",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/kybarg/bootstrap-dropdown-hover.git"
9+
},
10+
"keywords": ["multilevel","boostrap3"],
11+
"author": "kybarg",
12+
"license": "MIT",
13+
"bugs": {
14+
"url": "https://github.com/kybarg/bootstrap-dropdown-hover/issues"
15+
},
16+
"homepage": "https://github.com/kybarg/bootstrap-dropdown-hover#readme"
17+
}

0 commit comments

Comments
 (0)