@enso-ui/pull-to-refresh
Version:
a pull to refresh component with Vue
43 lines (42 loc) • 1.23 kB
JSON
{
"name": "@enso-ui/pull-to-refresh",
"version": "0.1.2",
"description": "a pull to refresh component with Vue",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/enso-ui/pull-to-refresh.git"
},
"keywords": [
"pull-to-refresh",
"vuejs",
"pull-down"
],
"author": "lakb248@gmail.com",
"contributors": [
"Adrian Ocneanu <aocneanu@gmail.com>",
"Mihai Ocneanu <mihai.ocneanu@gmail.com>"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/enso-ui/pull-to-refresh/issues"
},
"homepage": "https://github.com/enso-ui/pull-to-refresh#readme",
"dependencies": {
"vue": "^3.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "5.0.0-beta.6",
"@vue/cli-plugin-eslint": "5.0.0-beta.6",
"@vue/eslint-config-airbnb": "^5.0.0",
"autoprefixer": "^9.6.1",
"babel-eslint": "^10.0.1",
"cross-env": "^6.0.0",
"eslint": "^7.0.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-vue": "^8.0.3"
}
}