Skip to content

Instantly share code, notes, and snippets.

@jcreamer898
Created June 28, 2012 17:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jcreamer898/3012868 to your computer and use it in GitHub Desktop.
Save jcreamer898/3012868 to your computer and use it in GitHub Desktop.
package.json file for CDNJs
{
"name": "jquery-mockjax",
"filename": "jquery.mockjax.js",
"version": "1.5.0pre",
"description": "Mockjax. The jQuery Mockjax Plugin provides a simple and extremely flexible interface for mocking or simulating ajax requests and responses.",
"url": "http://code.appendto.com/plugins/jquery-mockjax/",
"keywords": [ "ajax", "mock", "unit" ],
"author": "Jonathan Sharp (http://jdsharp.com/)",
"bugs": {
"web": "http://github.com/appendto/jquery-mockjax/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://appendto.com/open-source-licenses"
},
{
"type": "GPLv2",
"url": "http://appendto.com/open-source-licenses"
}
],
"repositories": [
{
"type": "git",
"url": "http://github.com/appendto/jquery-mockjax.git"
}
],
"dependencies": {
"jquery": [ "1.3.2", "1.4.4", "1.5.2", "1.6.4", "1.7" ]
},
"maintainers": [
{
"name": "Jonathan Sharp",
"email": "jsharp@appendto.com"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment