diff --git a/package.json b/package.json new file mode 100644 index 0000000..16bcf94 --- /dev/null +++ b/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 ", + "license": "ISC", + "bugs": { + "url": "https://github.com/nich-mctishe/react-carousel/issues" + }, + "homepage": "https://github.com/nich-mctishe/react-carousel#readme" +}