Skip to content

Commit

Permalink
add package info
Browse files Browse the repository at this point in the history
  • Loading branch information
Azin Asili committed Apr 17, 2017
1 parent fb415e5 commit 7ae4b65
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 0 deletions.
23 changes: 23 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "dragit",
"version": "1.0.0",
"description": "Click/tap and drag to scroll content within a container.",
"homepage": "https://github.com/azinasili/dragit",
"authors": "Azin Asili <[email protected]>",
"license": "MIT",
"main": "dragit.js",
"keywords": [
"dragit",
"drag",
"tap",
"scroll",
"front-end",
"component"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"bower.json"
]
}
24 changes: 24 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "dragit",
"version": "1.0.0",
"description": "Click/tap and drag to scroll content within a container.",
"homepage": "https://github.com/azinasili/dragit",
"author": "Azin Asili <[email protected]>",
"license": "MIT",
"main": "dragit.js",
"keywords": [
"dragit",
"drag",
"tap",
"scroll",
"front-end",
"component"
],
"repository": {
"type": "git",
"url": "https://github.com/azinasili/dragit"
},
"bugs": {
"url": "https://github.com/azinasili/dragit/issues"
}
}

0 comments on commit 7ae4b65

Please sign in to comment.