-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 984 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
40
41
42
{
"name": "jquery.pdbox",
"title": "jQuery pdBox",
"description": "pdBox is thickbox-like jQuery plugin developed in PeckaDesign",
"version": "1.3.18",
"author": {
"name": "PeckaDesign, s.r.o",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/peckadesign/jquery.pdbox"
},
"keywords": [
"jquery",
"jquery-plugin",
"thickbox",
"lightbox",
"pdbox"
],
"bugs": "https://github.com/peckadesign/jquery.pdbox/issues",
"license": "MIT",
"homepage": "https://github.com/peckadesign/jquery.pdbox",
"dependencies": {
"jquery": ">=1.7"
},
"devDependencies": {
"grunt": "~1.4.1",
"grunt-cli": "~1.4.3",
"load-grunt-tasks": "~5.1.0",
"grunt-contrib-concat": "~2.1.0",
"grunt-contrib-watch": "~1.1.0",
"grunt-contrib-uglify": "~5.1.0",
"grunt-contrib-less": "~3.0.0",
"@lodder/grunt-postcss": "~3.1.1",
"cssnano": "~5.1.7",
"autoprefixer": "~10.4.4"
},
"browserslist": [
"last 2 versions"
]
}