Skip to content
Snippets Groups Projects
Commit 3395e9e0 authored by Daniel Herzog's avatar Daniel Herzog
Browse files

Update README and LICENSE. Add npm config file

parent d513204c
No related branches found
No related tags found
No related merge requests found
The MIT License (MIT)
=====================
# The MIT License (MIT)
 
Copyright © `2016` `Daniel Herzog`
 
Loading
Loading
Loading
Loading
@@ -16,6 +16,12 @@ Install this package as a bower dependecy with:
bower install jquery-paginate
```
 
or with:
```
npm install jquery-paginate
```
or download the `jquery-paginate.min.js` file and include it in your website:
 
```html
Loading
Loading
{
"name": "jquery-paginate",
"version": "1.0.0",
"description": "jQuery pagination plugin for tables",
"main": "jquery-paginate.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wikiti/jquery-paginate.git"
},
"keywords": [
"jquery-plugin",
"jquery",
"pagination",
"paginate",
"jquery-paginate"
],
"author": "Daniel Herzog",
"license": "MIT",
"bugs": {
"url": "https://github.com/wikiti/jquery-paginate/issues"
},
"homepage": "https://github.com/wikiti/jquery-paginate#readme",
"dependencies": {
"jquery": "~1.12.4"
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment