-
Notifications
You must be signed in to change notification settings - Fork 63
/
Copy pathpackage.json
34 lines (34 loc) · 828 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
{
"name": "zoomify",
"version": "0.2.5",
"description": "Zoomify is a jQuery plugin for simple lightboxes with zoom effect.",
"main": "Gruntfile.js",
"repository": {
"type": "git",
"url": "git+https://github.com/indrimuska/zoomify.git"
},
"keywords": [
"lightbox",
"zoom",
"image",
"fullscreen",
"jquery"
],
"author": "Indri Muska <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/indrimuska/zoomify/issues"
},
"homepage": "http://indrimuska.github.io/zoomify",
"dependencies": {
"jquery": "~3.5.0"
},
"devDependencies": {
"grunt": "^1.0.3",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-uglify": "^4.0.0",
"grunt-sync-json": "^0.4.0",
"load-grunt-tasks": "^4.0.0"
}
}