UNPKG

browser-dead

Version:

Identify old and unsupported browsers simple easy way

51 lines (50 loc) 1.26 kB
{ "name": "browser-dead", "version": "0.1.0", "description": "Identify old and unsupported browsers simple easy way", "main": "dist/browser-dead.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "lint": "eslint src", "dev": "gulp", "prod": "gulp build" }, "repository": { "type": "git", "url": "git+https://github.com/techgaun/browser-dead.git" }, "keywords": [ "browser", "dead", "outdated", "old", "unsupported" ], "author": "techgaun", "license": "Apache-2.0", "bugs": { "url": "https://github.com/techgaun/browser-dead/issues" }, "homepage": "https://github.com/techgaun/browser-dead#readme", "devDependencies": { "browserify": "^13.1.1", "del": "^2.2.2", "eslint": "^3.9.1", "eslint-config-airbnb-base": "^9.0.0", "eslint-plugin-import": "^2.0.1", "gulp": "^3.9.1", "gulp-clean-css": "^2.0.13", "gulp-concat": "^2.6.0", "gulp-connect": "^5.0.0", "gulp-newer": "^1.3.0", "gulp-rename": "^1.2.2", "gulp-size": "^2.1.0", "gulp-uglify": "^2.0.0", "run-sequence": "^1.2.2", "vinyl-buffer": "^1.0.0", "vinyl-source-stream": "^1.1.0" }, "dependencies": { "object-assign": "^4.1.0" } }