vue-pull-to-refresh
Version:
A pull to refresh plugin of Vue.js
33 lines (32 loc) • 833 B
JSON
{
"name": "vue-pull-to-refresh",
"version": "1.1.4",
"description": "A pull to refresh plugin of Vue.js",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"gitn": "git add . && git commit -m 'modify' && git push origin && npm publish",
"sass": "cnpm install --save sass-loader node-sass"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LDQ-first/vue-pull-to-refresh.git"
},
"keywords": [
"vue",
"pull",
"to",
"refresh",
"plugin"
],
"author": "LDQ-first",
"license": "ISC",
"bugs": {
"url": "https://github.com/LDQ-first/vue-pull-to-refresh/issues"
},
"homepage": "https://github.com/LDQ-first/vue-pull-to-refresh#readme",
"dependencies": {
"node-sass": "^4.5.3",
"sass-loader": "^6.0.6"
}
}