-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 864 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-textinput-chip",
"version": "0.0.4",
"description": "React library to generate textinput chip.",
"repository": {
"type": "git",
"url": "https://github.com/gaetanozappi/react-textinput-chip.git"
},
"bugs": {
"url": "https://github.com/gaetanozappi/react-textinput-chip/issues"
},
"homepage": "https://github.com/gaetanozappi/react-textinput-chip#readme",
"main": "TextInputChip.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@material-ui/core": "4.5.0",
"downshift": "3.3.4",
"invariant": "2.2.4",
"lodash": "4.17.15",
"prop-types": "15.7.2"
},
"keywords": [
"react",
"textinput",
"chip",
"chips",
"chips-input",
"material",
"material-ui"
],
"author": "Gaetano Zappi",
"license": "Apache License 2.0"
}