forked from Andarist/react-textarea-autosize
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 830 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-textarea-autosize",
"description": "textarea component for React which grows with content",
"version": "3.3.0",
"author": {
"name": "Andrey Popp",
"email": "8mayday@gmail.com",
"url": "http://andreypopp.com"
},
"homepage": "https://github.com/andreypopp/react-textarea-autosize",
"keywords": [
"react",
"react-component",
"textarea",
"grow",
"autosize"
],
"license": "MIT",
"main": "lib/TextareaAutosize.js",
"peerDependencies": {
"react": "^0.14.0"
},
"repository": {
"type": "git",
"url": "git://github.com/andreypopp/react-textarea-autosize.git"
},
"devDependencies": {
"react": "^0.14.0",
"babel": "^5.1.0",
"babel-eslint": "^3.0.1",
"eslint": "^0.19.0",
"eslint-plugin-react": "^2.1.0"
},
"dependencies": {}
}