-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 879 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "react-kiwi-dropdown",
"version": "1.0.13",
"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://[email protected]/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"
]
}