web-apps/vendor/jquery.browser/package.json
Maxim Kadushkin 741b10515d webapps added
2016-03-10 21:48:53 -03:00

24 lines
615 B
JSON

{
"name": "jquery.browser",
"version": "0.0.5",
"authors": [
"Gabriel Cebrian <gabceb@gmail.com>",
"jQuery Team <https://github.com/gabceb/jquery-browser-plugin/wiki/Authors>"
],
"description": "A jQuery plugin for browser detection.",
"repository": "git@github.com:gabceb/jquery-browser-plugin.git",
"devDependencies": {
"webserver": "*",
"utils": "*",
"grunt": "~0.4.0",
"grunt-contrib-jshint": "~0.1.1",
"grunt-contrib-uglify": "~0.2.7",
"grunt-contrib-copy": "~0.4.1",
"grunt-exec": "~0.4.2"
},
"license": "MIT",
"engines": {
"node": ">= 0.4.0"
}
}