diff --git a/README.md b/README.md index 6fddaa8..4ce22fc 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # jQuery-JSONP +[![CDNJS](https://img.shields.io/cdnjs/v/jQuery-JSONP.svg)](https://cdnjs.com/libraries/jQuery-JSONP) + jQuery-JSONP is a compact (1.8kB minified), yet feature-packed, alternative solution to jQuery's implementation of JSONP. ## Licensing diff --git a/package.json b/package.json new file mode 100644 index 0000000..d59c727 --- /dev/null +++ b/package.json @@ -0,0 +1,27 @@ +{ + "name": "jquery-jsonp", + "version": "2.4.0", + "description": "Alternative solution to jQuery's implementation of JSONP", + "main": "src/jquery.jsonp.js", + "directories": { + "doc": "doc", + "test": "test" + }, + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "https://github.com/jaubourg/jquery-jsonp.git" + }, + "keywords": [ + "JSONP", + "jQuery" + ], + "author": "Julian Aubourg", + "license": "MIT", + "bugs": { + "url": "https://github.com/jaubourg/jquery-jsonp/issues" + }, + "homepage": "https://github.com/jaubourg/jquery-jsonp" +}