forked from jonathantneal/fitie
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.02 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
{
"name": "fitie",
"version": "1.0.0",
"description": "An object-fit polyfill for Internet Explorer",
"main": "index.js",
"scripts": {
"build": "gulp",
"lint": "eslint . --ignore-path .eslintignore",
"test": "npm run lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jonathantneal/fitie.git"
},
"keywords": [
"css",
"styles",
"stylesheets",
"object-fit",
"objects",
"fits",
"old",
"internet",
"explorer",
"ies",
"polyfill",
"shim",
"shiv",
"contains",
"fills",
"covers",
"images",
"backgrounds"
],
"author": "Jonathan Neal <[email protected]> (http://jonathantneal.com)",
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/jonathantneal/fitie/issues"
},
"homepage": "https://github.com/jonathantneal/fitie#readme",
"devDependencies": {
"eslint": "^1.10.1",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.1"
}
}