Files

44 lines
1.1 KiB
JSON

{
"name": "PullToRefresh",
"filename": "ptr.min.js",
"title": "PullToRefresh",
"description": "a JavaScript implementation of PullToRefresh without jQuery or other Frameworks under MIT-License",
"version": "0.1.1",
"homepage": "https://github.com/SimonWaldherr/PullToRefresh",
"author": {
"name": "Simon Waldherr",
"email": "contact@simonwaldherr.de",
"url": "http://simon.waldherr.eu/"
},
"repository": {
"type": "git",
"url": "https://github.com/SimonWaldherr/PullToRefresh.git"
},
"bugs": {
"url": "https://github.com/SimonWaldherr/PullToRefresh/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://simon.waldherr.eu/license/mit/"
}
],
"dependencies": {},
"devDependencies": {
"grunt": ">= 0.4.1",
"grunt-compare-size": ">= 0.0.0",
"grunt-contrib-concat": ">= 0.3.0",
"grunt-contrib-uglify": ">= 0.2.2",
"grunt-contrib-cssmin": ">= 0.6.0",
"gzip-js": ">= 0.3.1"
},
"keywords": [
"webkit",
"mobile",
"scroll",
"webapp",
"css3",
"html5"
]
}