forked from igorlino/elevatezoom-plus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.31 KB
/
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
43
44
45
46
47
48
49
50
51
{
"name": "ez-plus",
"main": "src/jquery.ez-plus.js",
"title": "EZ Plus",
"version": "1.2.5",
"description": "A jQuery image zoom plug-in, with tints, easing and gallery integration.",
"keywords": [
"zoom",
"effects",
"elements",
"zooming"
],
"repository": {
"type": "git",
"url": "https://github.com/igorlino/elevatezoom-plus.git"
},
"author": {
"name": "Andy Eades",
"url": "http://www.elevateweb.co.uk"
},
"license": "MIT",
"contributors": [
{
"name": "Igor Lino",
"email": "igorlino@github.com",
"url": "https://github.com/igorlino"
}
],
"bugs": "https://github.com/igorlino/elevatezoom-plus/issues",
"homepage": "http://igorlino.github.io/elevatezoom-plus/",
"docs": "http://igorlino.github.io/elevatezoom-plus/examples",
"demo": "http://igorlino.github.io/elevatezoom-plus/examples",
"peerDependencies": {
"jquery": ">=2.1.4"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-cli": "~1.2.0",
"grunt-contrib-coffee": "^1.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-uglify": "^2.2.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-jscs": "^3.0.1",
"jquery": "^3.5.0"
},
"scripts": {
"test": "grunt travis --verbose"
},
"readmeFilename": "README.md"
}