forked from jacek-pulit/angular-elastic-input
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbower.json
More file actions
30 lines (29 loc) · 882 Bytes
/
bower.json
File metadata and controls
30 lines (29 loc) · 882 Bytes
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
{
"name": "angular-elastic-input",
"description": "A directive for AngularJS which automatically resizes the width of input field according to the content, while typing.",
"version": "2.0.1",
"homepage": "https://github.com/jacek-pulit/angular-elastic-input",
"keywords": ["elastic input", "autosize input", "autogrow input"],
"license": "MIT License",
"author": {
"name": "Jacek Pulit",
"email": "jacek.pulit@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/jacek-pulit/angular-elastic-input.git"
},
"main": "dist/angular-elastic-input.min.js",
"ignore": [
".gitignore",
".jshintrc",
"Gruntfile.js",
"package.json",
"tasks",
"config"
],
"dependencies": {
"jquery": ">=1.6.0",
"angular": ">=1.0.6"
}
}