{ "name": "jquery", "description": "JavaScript library for DOM operations", "version": "2.1.4", "homepage": "http://jquery.com", "author": { "name": "jQuery Foundation and other contributors", "url": "https://github.com/jquery/jquery/blob/master/AUTHORS.txt" }, "repository": { "type": "git", "url": "https://github.com/jquery/jquery.git" }, "keywords": [ "jquery", "javascript", "browser", "library" ], "bugs": { "url": "http://bugs.jquery.com" }, "licenses": [ { "type": "MIT", "url": "https://github.com/jquery/jquery/blob/master/MIT-LICENSE.txt" } ], "spm": { "main": "jquery.js" }, "jspm": { "main": "jquery" }, "main": "jquery", "registry": "github" }