tqpulldownrefresh
Version:
29 lines (28 loc) • 651 B
JSON
{
"name": "tqpulldownrefresh",
"version": "1.0.1",
"description": "",
"keywords": [
"pulldown",
"refresh"
],
"homepage": "https://github.com/thomasquan605/TQPullDownRefresh#readme",
"bugs": {
"url": "https://github.com/thomasquan605/TQPullDownRefresh/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thomasquan605/TQPullDownRefresh.git"
},
"license": "MIT",
"author": "thomas quan",
"type": "commonjs",
"main": "core.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"exports": {
".": "./src/core.js",
"./react": "./src/react.js"
}
}