74249687
Luigi Serra
Cross browser con...
|
1
2
|
{
"name": "jquery",
|
c5169e0e
Renato De Donato
a new hope
|
3
|
"version": "2.1.4",
|
74249687
Luigi Serra
Cross browser con...
|
4
5
6
|
"main": "dist/jquery.js",
"license": "MIT",
"ignore": [
|
c5169e0e
Renato De Donato
a new hope
|
7
8
9
10
11
12
13
14
|
"**/.*",
"build",
"dist/cdn",
"speed",
"test",
"*.md",
"AUTHORS.txt",
"Gruntfile.js",
|
74249687
Luigi Serra
Cross browser con...
|
15
16
|
"package.json"
],
|
c5169e0e
Renato De Donato
a new hope
|
17
18
19
20
21
22
|
"devDependencies": {
"sizzle": "2.1.1-jquery.2.1.2",
"requirejs": "2.1.10",
"qunit": "1.14.0",
"sinon": "1.8.1"
},
|
74249687
Luigi Serra
Cross browser con...
|
23
24
25
|
"keywords": [
"jquery",
"javascript",
|
74249687
Luigi Serra
Cross browser con...
|
26
27
|
"library"
],
|
c5169e0e
Renato De Donato
a new hope
|
28
29
|
"homepage": "https://github.com/jquery/jquery",
"_release": "2.1.4",
|
74249687
Luigi Serra
Cross browser con...
|
30
31
|
"_resolution": {
"type": "version",
|
c5169e0e
Renato De Donato
a new hope
|
32
33
|
"tag": "2.1.4",
"commit": "7751e69b615c6eca6f783a81e292a55725af6b85"
|
74249687
Luigi Serra
Cross browser con...
|
34
|
},
|
c5169e0e
Renato De Donato
a new hope
|
35
|
"_source": "git://github.com/jquery/jquery.git",
|
74249687
Luigi Serra
Cross browser con...
|
36
37
38
|
"_target": ">=2.1.1",
"_originalSource": "jquery"
}
|