forked from timmywil/panzoom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 983 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
43
{
"name": "jquery.panzoom",
"version": "3.2.2",
"description": "A jQuery plugin to pan and/or zoom elements using CSS3",
"main": "dist/jquery.panzoom.js",
"files": [
"MIT-License.txt",
"dist/jquery.panzoom.js",
"dist/jquery.panzoom.min.js"
],
"keywords": [
"jquery",
"panzoom",
"pan",
"zoom",
"draggable",
"dragging",
"drag"
],
"repository": "timmywil/jquery.panzoom",
"license": "MIT",
"author": {
"name": "Timmy Willison",
"email": "[email protected]"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-bowercopy": "^1.2.4",
"grunt-compare-size": "^0.4.2",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-jsonlint": "^1.1.0",
"grunt-mocha": "^1.0.2",
"gzip-js": "~0.3.2",
"load-grunt-tasks": "^3.5.0",
"lodash": "^4.13.1"
},
"scripts": {
"test": "grunt test",
"build": "grunt dev"
}
}