Files
Juan Gallardo 6bb1df1cb0 Adding Outdated Browser
Description: A time saving tool for developers. It detects outdated
browsers and advises users to upgrade to a new version.
Source: https://github.com/burocratik/Outdated-Browser
Author: Bürocratik
License: MIT
2014-06-27 11:38:33 -07:00

18 lines
423 B
JSON

{
"name": "outdated-browser",
"filename": "outdatedBrowser.min.js",
"version": "1.0.1",
"description": "It detects outdated browsers and advises users to upgrade to a new version.",
"repository": {
"type": "git",
"url": "git@github.com:burocratik/outdated-browser.git"
},
"author": "Bürocratik",
"licenses": [
{
"type": "MIT",
"url": "http://zenorocha.mit-license.org/"
}
]
}