-
Notifications
You must be signed in to change notification settings - Fork 49
/
package.json
39 lines (39 loc) · 889 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
32
33
34
35
36
37
38
39
{
"name": "jqmodal",
"version": "1.4.2",
"description": "jqModal helps you display modals, popups, and notices. It is flexible and tiny, and provides a general-purpose base for all your windowing needs.",
"keywords": [
"jquery-plugin",
"modal",
"window",
"popup",
"dialog",
"notice",
"popout",
"video",
"page cover"
],
"scripts": {
"test": "jshint jqModal.js"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/briceburg/jqModal.git"
},
"author": {
"name": "Brice Burgess"
},
"license": "(MIT OR GPL-2.0)",
"bugs": "https://github.com/briceburg/jqModal/issues",
"homepage": "http://jquery.iceburg.net/jqModal/",
"main": "jqModal.js",
"dependencies": {
"jquery": ">=1.2.3"
},
"devDependencies": {
"jshint": "latest"
},
"typescript": {
"definition": "jqModal.d.ts"
}
}