.bower.json (528B)
1 { 2 "name": "jquery", 3 "main": "dist/jquery.js", 4 "license": "MIT", 5 "ignore": [ 6 "package.json" 7 ], 8 "keywords": [ 9 "jquery", 10 "javascript", 11 "browser", 12 "library" 13 ], 14 "homepage": "https://github.com/jquery/jquery-dist", 15 "version": "3.7.1", 16 "_release": "3.7.1", 17 "_resolution": { 18 "type": "version", 19 "tag": "3.7.1", 20 "commit": "fde1f76e2799dd877c176abde0ec836553246991" 21 }, 22 "_source": "https://github.com/jquery/jquery-dist.git", 23 "_target": ">=1.10.2", 24 "_originalSource": "jquery" 25 }