Skip to content

Instantly share code, notes, and snippets.

@ackzell
Created June 30, 2015 02:24
Show Gist options
  • Save ackzell/8653d3e65e7f7188ef23 to your computer and use it in GitHub Desktop.
Save ackzell/8653d3e65e7f7188ef23 to your computer and use it in GitHub Desktop.
jquery bower.json
{
"name": "jquery",
"version": "2.1.4",
"main": "dist/jquery.js",
"license": "MIT",
"ignore": [
"**/.*",
"build",
"dist/cdn",
"speed",
"test",
"*.md",
"AUTHORS.txt",
"Gruntfile.js",
"package.json"
],
"devDependencies": {
"sizzle": "2.1.1-jquery.2.1.2",
"requirejs": "2.1.10",
"qunit": "1.14.0",
"sinon": "1.8.1"
},
"keywords": [
"jquery",
"javascript",
"library"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment