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

.bower.json « jquery « bower_components « libs - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2575902bd8996c9d7b81155c7154476479180c68 (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
{
  "name": "jquery",
  "version": "1.11.1",
  "main": "dist/jquery.js",
  "license": "MIT",
  "ignore": [
    "**/.*",
    "build",
    "speed",
    "test",
    "*.md",
    "AUTHORS.txt",
    "Gruntfile.js",
    "package.json"
  ],
  "devDependencies": {
    "sizzle": "1.10.19",
    "requirejs": "2.1.10",
    "qunit": "1.14.0",
    "sinon": "1.8.1"
  },
  "keywords": [
    "jquery",
    "javascript",
    "library"
  ],
  "homepage": "https://github.com/jquery/jquery",
  "_release": "1.11.1",
  "_resolution": {
    "type": "version",
    "tag": "1.11.1",
    "commit": "0d5ec2d8ac94a419ee47a39319c43ff9a7326b50"
  },
  "_source": "git://github.com/jquery/jquery.git",
  "_target": "~1.11.0",
  "_originalSource": "jquery"
}