forked from Andarist/react-textarea-autosize
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1003 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
36
37
38
39
40
41
42
43
{
"name": "react-textarea-autosize",
"description": "textarea component for React which grows with content",
"version": "4.0.0",
"author": {
"name": "Andrey Popp",
"email": "8mayday@gmail.com",
"url": "http://andreypopp.com"
},
"homepage": "https://github.com/andreypopp/react-textarea-autosize",
"eslintConfig": {
"extends": "prometheusresearch"
},
"babel": {
"presets": [
"prometheusresearch"
]
},
"keywords": [
"react",
"react-component",
"textarea",
"grow",
"autosize"
],
"license": "MIT",
"main": "lib/TextareaAutosize.js",
"peerDependencies": {
"react": ">=0.14.0 <16.0.0"
},
"repository": {
"type": "git",
"url": "git://github.com/andreypopp/react-textarea-autosize.git"
},
"devDependencies": {
"babel-cli": "^6.7.5",
"babel-preset-prometheusresearch": "^0.1.0",
"eslint": "^2.7.0",
"eslint-config-prometheusresearch": "^0.2.0",
"react": "^15.0.0"
},
"dependencies": {}
}