forked from cee-chen/object-fit-polyfill
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
29 lines (29 loc) · 815 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
{
"name": "objectFitPolyfill",
"version": "2.0.4",
"description": "A Javascript polyfill for browsers that don't support the object-fit CSS property",
"main": "dist/objectFitPolyfill.min.js",
"keywords": [
"object-fit",
"css",
"polyfill"
],
"repository": {
"type": "git",
"url": "git+https://github.com/constancecchen/object-fit-polyfill.git"
},
"homepage": "https://github.com/constancecchen/object-fit-polyfill#readme",
"author": "Constance Chen <github.com/constancecchen>",
"license": "ISC",
"bugs": {
"url": "https://github.com/constancecchen/object-fit-polyfill/issues"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^2.0.0"
}
}