scratch – Blame information for rev 125

Subversion Repositories:
Rev:
Rev Author Line No. Line
58 office 1 {
2 "name": "js-cookie",
3 "license": "MIT",
4 "main": [
5 "src/js.cookie.js"
6 ],
7 "ignore": [
8 "travis.sh",
9 "test",
10 "Gruntfile.js",
11 "package.json",
12 ".gitignore",
13 ".jshintignore",
14 ".jshintrc",
15 ".tm_properties",
16 ".travis.yml"
17 ],
18 "homepage": "https://github.com/js-cookie/js-cookie",
125 office 19 "version": "2.1.4",
20 "_release": "2.1.4",
58 office 21 "_resolution": {
22 "type": "version",
125 office 23 "tag": "v2.1.4",
24 "commit": "8b70250875f7e07445b6a457f9c2474ead4cba44"
58 office 25 },
26 "_source": "https://github.com/js-cookie/js-cookie.git",
27 "_target": "^2.1.3",
125 office 28 "_originalSource": "js-cookie"
58 office 29 }