UNPKG

react-kiwi-dropdown

Version:

A minimal, easy-to-use and highly adjustable dropdown component made with ReactJS.

36 lines (35 loc) 879 B
{ "name": "react-kiwi-dropdown", "version": "1.0.12", "description": "A minimal, easy-to-use and highly adjustable dropdown component made with ReactJS.", "main": "index.js", "scripts": { "prepare": "tsc && echo 'Finished building NPM package'" }, "repository": { "type": "git", "url": "git+https://KiTiVi@github.com/KiTiVi/react-kiwi-dropdown.git" }, "author": "Kim Vigren", "license": "MIT", "bugs": { "url": "https://github.com/KiTiVi/react-kiwi-dropdown/issues" }, "homepage": "https://github.com/KiTiVi/react-kiwi-dropdown#readme", "types": "index.d.ts", "peerDependencies": { "react": "^16.8.6" }, "devDependencies": { "@types/react": "^16.8.23", "react": "^16.8.6", "react-dom": "^16.8.6", "typescript": "^3.5.3" }, "dependencies": {}, "keywords": [ "react", "dropdown", "kiwi" ] }