Skip to content

Commit 1a4c55e

Browse files
committed
Add package.json
1 parent d0c1b3b commit 1a4c55e

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

package.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"name": "jquery-dynamic-content-menu",
3+
"version": "1.0.0",
4+
"description": "Dynamically generated content menu for easy navigation on a separate web page. ",
5+
"main": "jquery-dynamic-content-menu.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/coderius/jquery-dynamic-content-menu.git"
12+
},
13+
"keywords": [
14+
"plugin",
15+
"content",
16+
"menu"
17+
],
18+
"dependencies": {
19+
"jquery": ">=2.2"
20+
},
21+
"author": "Sergio Coderius",
22+
"license": "MIT",
23+
"bugs": {
24+
"url": "https://github.com/coderius/jquery-dynamic-content-menu/issues"
25+
},
26+
"homepage": "https://github.com/coderius/jquery-dynamic-content-menu#readme"
27+
}

0 commit comments

Comments
 (0)