Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Noel Hyobum Lee committed Apr 11, 2019
0 parents commit 977f28a
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "vue-fast-scroll",
"version": "1.0.0",
"description": "vue application fast scroll",
"main": "dist/index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/beomy/vue-fast-scroll.git"
},
"keywords": [
"vue-fast-scroll",
"vue fast scroll",
"fast scroll"
],
"author": {
"name": "Hyo Bum Lee",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/beomy/vue-fast-scroll/issues"
},
"homepage": "https://github.com/beomy/vue-fast-scroll#readme"
}

0 comments on commit 977f28a

Please sign in to comment.