forked from javierjulio/textarea-autosize
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.41 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
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "textarea-autosize",
"version": "0.4.1",
"author": {
"name": "Javier Julio",
"email": "[email protected]",
"web": "http://www.javier-julio.com/"
},
"homepage": "http://javierjulio.github.io/textarea-autosize/",
"description": "Vertically adjust a textarea based on user input without needing a clone or ghost element.",
"main": "dist/jquery.textarea_autosize.js",
"directories": {
"example": "examples"
},
"dependencies": {
"jquery": ">=1.8"
},
"devDependencies": {
"chai": "^1.9.1",
"connect": "^2.13.0",
"gulp": "^3.8.8",
"gulp-bump": "~0.1.5",
"gulp-clean": "~0.3.0",
"gulp-concat": "~2.2.0",
"gulp-git": "~0.4.0",
"gulp-jshint": "~1.6.0",
"gulp-mocha": "^0.4.1",
"gulp-mocha-phantomjs": "^0.2.0",
"gulp-rename": "~1.2.0",
"gulp-sass": "^0.7.3",
"gulp-size": "~0.3.0",
"gulp-uglify": "~0.3.0",
"gulp-util": "~2.2.14",
"mocha": "^1.18.2"
},
"scripts": {
"start": "gulp",
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/javierjulio/textarea-autosize.git"
},
"keywords": [
"textarea",
"expand",
"grow",
"vertical",
"autoexpand",
"autogrow"
],
"license": "MIT",
"readmeFilename": "README.md",
"gitHead": "5830e2367854630eb8fccec7d79fd0e12d5aa54f",
"bugs": {
"url": "https://github.com/javierjulio/textarea-autosize/issues"
}
}