Welcome to mirror list, hosted at ThFree Co, Russian Federation.

bower.json « jquery.browser « node_modules - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6955a43cc0e9ff12821daec80e919bc3d69336d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
	"name": "jquery.browser",
	"version": "0.1.0",
	"homepage": "https://github.com/gabceb/jquery-browser-plugin",
	"authors": ["Gabriel Cebrian <gabceb@gmail.com>", "jQuery Team <https://github.com/gabceb/jquery-browser-plugin/wiki/Authors>"],
	"description": "A jQuery plugin for browser detection.",
	"main": "dist/jquery.browser.js",
	"keywords": ["browser", "jquery", "desktop", "detect"],
	"license": "MIT",
	"dependencies": {
    	"jquery": ">=1.5"
    }
}