scratch – Blame information for rev 125

Subversion Repositories:
Rev:
Rev Author Line No. Line
58 office 1 {
2 "name": "jquery",
125 office 3 "version": "2.1.4",
58 office 4 "main": "dist/jquery.js",
5 "license": "MIT",
6 "ignore": [
125 office 7 "**/.*",
8 "build",
9 "dist/cdn",
10 "speed",
11 "test",
12 "*.md",
13 "AUTHORS.txt",
14 "Gruntfile.js",
58 office 15 "package.json"
16 ],
125 office 17 "devDependencies": {
18 "sizzle": "2.1.1-jquery.2.1.2",
19 "requirejs": "2.1.10",
20 "qunit": "1.14.0",
21 "sinon": "1.8.1"
22 },
58 office 23 "keywords": [
24 "jquery",
25 "javascript",
26 "library"
27 ],
28 "homepage": "https://github.com/jquery/jquery-dist",
125 office 29 "_release": "2.1.4",
58 office 30 "_resolution": {
31 "type": "version",
125 office 32 "tag": "2.1.4",
33 "commit": "7751e69b615c6eca6f783a81e292a55725af6b85"
58 office 34 },
35 "_source": "https://github.com/jquery/jquery-dist.git",
125 office 36 "_target": "~2.1.1",
37 "_originalSource": "jquery"
58 office 38 }