doorman-js
Version:
A small javascript library that identifies older browsers via feature detection and (politely) turns them away.
41 lines (40 loc) • 934 B
JSON
{
"name": "doorman-js",
"version": "0.2.2",
"description": "A small javascript library that identifies older browsers via feature detection and (politely) turns them away.",
"main": "dist/doorman.js",
"scripts": {
"test": ""
},
"repository": {
"type": "git",
"url": "https://github.com/robotnoises/Doorman.git"
},
"keywords": [
"browser",
"user agent",
"old",
"internet explorer",
"ie",
"html5",
"feature detection",
"detection",
"doorman"
],
"author": "David Nichols",
"license": "MIT",
"bugs": {
"url": "https://github.com/robotnoises/Doorman/issues"
},
"homepage": "https://github.com/robotnoises/Doorman",
"dependencies": {},
"devDependencies": {
"gulp": "^3.8.11",
"gulp-concat": "^2.4.3",
"gulp-jasmine": "^2.0.1",
"gulp-jshint": "^1.9.2",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^1.1.0",
"yargs": "^2.3.0"
}
}