-
Notifications
You must be signed in to change notification settings - Fork 359
/
package.json
40 lines (40 loc) · 1.03 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
{
"name": "background-size-polyfill",
"description": "Adds support for background-size \"cover\" and \"contain\" to IE8",
"version": "0.2.0",
"homepage": "http://louisremi.github.com/background-size-polyfill/",
"author": {
"name": "Louis-Rémi Babé",
"email": "[email protected]",
"url": "https://github.com/louisremi"
},
"repository": {
"type": "git",
"url": "https://github.com/louisremi/background-size-polyfill.git"
},
"bugs": {
"url": "https://github.com/louisremi/background-size-polyfill/issues"
},
"keywords": [
"background-size",
"polyfill"
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/louisremi/background-size-polyfill/blob/gh-pages/MIT-LICENSE"
}
],
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-jsonlint": "~1.0.0",
"grunt-contrib-jshint": "~0.6.3",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-uglify": "~0.2.2",
"grunt-compare-size": "~0.4.0-rc.3",
"grunt-contrib-watch": "~0.5.2",
"grunt-git-authors": "~1.2.0",
"gzip-js": "~0.3.2"
}
}