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

package.json « jquery.browser « node_modules - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e34c8f375e2ef1c7f4be69beb5fad9875df98739 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
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"
}