Skip to content

Commit

Permalink
made ready for npm
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Headlong committed Feb 11, 2019
1 parent 1f413dd commit 7980a39
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions package.json
@@ -0,0 +1,29 @@
{
"name": "react-infinte-carousel",
"version": "0.0.1",
"description": "This is an infinite and optionally autoscroll respoonsive carousel for react.js based applications ",
"main": "index.js",
"scripts": {
"test": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nich-mctishe/react-carousel.git"
},
"keywords": [
"react",
"reactjs",
"next",
"nextjs",
"carousel",
"responsive",
"infinite",
"flexible"
],
"author": "Nich Headlong <nichheadllong@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/nich-mctishe/react-carousel/issues"
},
"homepage": "https://github.com/nich-mctishe/react-carousel#readme"
}

0 comments on commit 7980a39

Please sign in to comment.