-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
34 lines (34 loc) · 966 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": "object-fit-cover",
"version": "1.0.4",
"description": "A polyfill for the background-image cover effect combined with responsive image behaviour with the `<img>` or `<picture>` element.",
"main": "objectfitcover.js",
"repository": {
"type": "git",
"url": "git+https://github.com/roelfjan/object-fit-cover.git"
},
"keywords": [
"object-fit",
"responsive images",
"srcset",
"picture",
"picturefill",
"polyfill",
"image",
"respimg",
"background-size: cover",
"cover"
],
"author": "Roelf-Jan de Vries <[email protected]> (https://twitter.com/roelfjandevries)",
"license": "MIT",
"bugs": {
"url": "https://github.com/roelfjan/object-fit-cover/issues"
},
"homepage": "https://github.com/roelfjan/object-fit-cover#readme",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-less": "^1.3.0",
"grunt-contrib-uglify": "^1.0.1"
}
}