forked from i-like-robots/jQuery-Modal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 879 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
29
30
31
{
"name": "modal",
"version": "1.0.2",
"title": "jQuery Modal",
"description": "Every front-end developer needs their own modal window. The plugin is optimised and customisable and even supports multiple, nestable instances.",
"keywords": [
"modal",
"lightbox",
"lightweight",
"flexible"
],
"author": {
"name": "Matt Hinchliffe",
"email": "[email protected]",
"url": "http://maketea.co.uk"
},
"licenses": [
{
"type": "CC BY-SA 3.0",
"url": "http://creativecommons.org/licenses/by-sa/3.0/"
}
],
"bugs": "https://github.com/i-like-robots/jQuery-Modal/issues",
"homepage": "http://i-like-robots.github.io/jQuery-Modal/",
"demo": "http://i-like-robots.github.io/jQuery-Modal/",
"devDependencies": {
"grunt": "0.4.x",
"grunt-contrib-jshint": "0.1.x",
"grunt-contrib-uglify": "0.2.x"
}
}