Skip to content
This repository was archived by the owner on Mar 20, 2018. It is now read-only.

Commit 9b4c9b7

Browse files
committed
Add jQuery package manifest.
1 parent 06b738c commit 9b4c9b7

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

jQuery-Modal.jquery.json

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"name": "jQuery-Modal",
3+
"version": "1.0.0",
4+
"title": "jQuery Modal",
5+
"description": "Every front-end developer needs their own modal window. The plugin is optimised and customisable and even supports multiple, nestable instances.",
6+
"keywords": [
7+
"modal",
8+
"lightbox",
9+
"lightweight",
10+
"flexible"
11+
],
12+
"author": {
13+
"name": "Matt Hinchliffe",
14+
"email": "[email protected]",
15+
"url": "http://maketea.co.uk"
16+
},
17+
"licenses": [
18+
{
19+
"type": "CC BY-SA 3.0",
20+
"url": "http://creativecommons.org/licenses/by-sa/3.0/"
21+
}
22+
],
23+
"bugs": "https://github.com/i-like-robots/jQuery-Modal/issues",
24+
"homepage": "http://i-like-robots.github.com/jQuery-Modal/",
25+
"demo": "http://i-like-robots.github.com/jQuery-Modal/",
26+
"dependencies": {
27+
"jquery": ">=1.7"
28+
}
29+
}

0 commit comments

Comments
 (0)