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

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/jquery.browser/package.json')
-rw-r--r--node_modules/jquery.browser/package.json65
1 files changed, 65 insertions, 0 deletions
diff --git a/node_modules/jquery.browser/package.json b/node_modules/jquery.browser/package.json
new file mode 100644
index 0000000000..e34c8f375e
--- /dev/null
+++ b/node_modules/jquery.browser/package.json
@@ -0,0 +1,65 @@
+{
+ "_args": [
+ [
+ "jquery.browser@0.1.0",
+ "/Users/benakamoorthi/Projects/matomo"
+ ]
+ ],
+ "_from": "jquery.browser@0.1.0",
+ "_id": "jquery.browser@0.1.0",
+ "_inBundle": false,
+ "_integrity": "sha1-nHKmCV/SgUtER26o9xZne3Kmors=",
+ "_location": "/jquery.browser",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "jquery.browser@0.1.0",
+ "name": "jquery.browser",
+ "escapedName": "jquery.browser",
+ "rawSpec": "0.1.0",
+ "saveSpec": null,
+ "fetchSpec": "0.1.0"
+ },
+ "_requiredBy": [
+ "/"
+ ],
+ "_resolved": "https://registry.npmjs.org/jquery.browser/-/jquery.browser-0.1.0.tgz",
+ "_spec": "0.1.0",
+ "_where": "/Users/benakamoorthi/Projects/matomo",
+ "authors": [
+ "Gabriel Cebrian <gabceb@gmail.com>",
+ "jQuery Team <https://github.com/gabceb/jquery-browser-plugin/wiki/Authors>"
+ ],
+ "bugs": {
+ "url": "https://github.com/gabceb/jquery-browser-plugin/issues"
+ },
+ "description": "A jQuery plugin for browser detection.",
+ "devDependencies": {
+ "chai": "^1.10.0",
+ "grunt": "~0.4.0",
+ "grunt-browserify": "^3.2.1",
+ "grunt-contrib-copy": "~0.4.1",
+ "grunt-contrib-jshint": "~0.1.1",
+ "grunt-contrib-uglify": "~0.2.7",
+ "grunt-exec": "~0.4.2",
+ "jquery": "^2.1.3",
+ "mocha": "^2.1.0",
+ "webserver": "^1.1.2"
+ },
+ "engines": {
+ "node": ">= 0.4.0"
+ },
+ "homepage": "https://github.com/gabceb/jquery-browser-plugin#readme",
+ "license": "MIT",
+ "main": "dist/jquery.browser.js",
+ "name": "jquery.browser",
+ "repository": {
+ "type": "git",
+ "url": "git+ssh://git@github.com/gabceb/jquery-browser-plugin.git"
+ },
+ "scripts": {
+ "test": "grunt test"
+ },
+ "version": "0.1.0"
+}