-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
25 lines (25 loc) · 994 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
{
"name": "jquery.autogrow-textarea",
"version": "0.4.1",
"description": "This is a jquery plugin that will auto-grow your text areas vertically (like facebook) or horizontally. It is based off [a code snippet by dhruvbird](https://code.google.com/p/gaequery/source/browse/trunk/src/static/scripts/jquery.autogrow-textarea.js?r=2). The plugin uses a hidden mirror textarea to calculate the idea height (and width) of the target text area. Differences from the original code snippet are:",
"main": "jquery.autogrow-textarea.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "[email protected]:rotundasoftware/jquery.autogrow-textarea.git"
},
"keywords": [
"jquery",
"autogrow-textarea"
],
"author": "Rotunda Software",
"license": "MIT",
"bugs": {
"url": "https://github.com/rotundasoftware/jquery.autogrow-textarea/issues"
},
"peerDependencies": {
"jquery": "2.x || 3.x"
}
}