forked from ro31337/jquery.ns-autogrow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.02 KB
/
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
44
45
{
"name": "jquery.ns-autogrow",
"version": "1.1.6",
"description": "Automatically adjust textarea height based on user input. Non-sucking version.",
"main": "dist/jquery.ns-autogrow.js",
"keywords": [
"autogrow",
"textarea",
"form",
"autosize",
"ui",
"jquery-plugin",
"ecosystem:jquery"
],
"author": "Roman Pushkin <[email protected]>",
"homepage": "https://github.com/ro31337/jquery.ns-autogrow",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ro31337/jquery.ns-autogrow.git"
},
"files": [
"demo",
"dist"
],
"directories": {
"example": "demo"
},
"bugs": {
"url": "https://github.com/ro31337/jquery.ns-autogrow/issues"
},
"dependencies": {
"jquery": "^1.12.4"
},
"devDependencies": {
"coffee-script": "^1.10.0",
"del": "^2.0.2",
"gulp": "^3.9.0",
"gulp-coffee": "^2.3.1",
"gulp-coffeelint": "^0.5.0",
"gulp-header": "^1.7.1",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.4.1"
}
}