-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
36 lines (36 loc) · 967 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
{
"name": "jquery.jit-image",
"title": "jQuery JIT image",
"description": "This jQuery plugin facilitates the use of jit image manipulation on the server and medias queries",
"version": "1.6.0",
"homepage": "https://github.com/DeuxHuitHuit/jQuery-jit-image",
"author": {
"name": "Deux Huit Huit",
"url": "https://deuxhuithuit.com/"
},
"repository": {
"type": "git",
"url": "git://github.com/DeuxHuitHuit/jit-image.git"
},
"bugs": {
"url": "https://github.com/DeuxHuitHuit/jit-image/issues"
},
"license": "MIT",
"devDependencies": {
"grunt": "1.0.3",
"matchdep": "2.0.0",
"grunt-complexity": "1.1.0",
"grunt-contrib-uglify": "4.0.0",
"grunt-contrib-jshint": "2.0.0",
"grunt-contrib-watch": "1.1.0",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-qunit": "3.0.1",
"grunt-contrib-connect": "2.0.0"
},
"keywords": [
"jquery-plugin",
"jit",
"image",
"responsive"
]
}