fullscreen-api-polyfill
Version:
W3C's Fullscreen API Polyfill
27 lines (26 loc) • 695 B
JSON
{
"name": "fullscreen-api-polyfill",
"version": "1.1.2",
"description": "W3C's Fullscreen API Polyfill",
"main": "fullscreen-api-polyfill.min.js",
"repository": {
"type": "git",
"url": "git+https://neovov@github.com/neovov/Fullscreen-API-Polyfill.git"
},
"keywords": [
"fullscreen",
"polyfill",
"w3c"
],
"author": "Nicolas Le Gall <me@neovov.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/neovov/Fullscreen-API-Polyfill/issues"
},
"homepage": "https://github.com/neovov/Fullscreen-API-Polyfill#readme",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-uglify": "^1.0.1"
}
}