forked from jacek-pulit/angular-elastic-input
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
33 lines (33 loc) · 960 Bytes
/
bower.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
{
"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.2.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": "[email protected]"
},
"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",
"karma.conf.js",
"package.json",
"tasks",
"config",
"test"
],
"dependencies": {
"angular": ">=1.0.6"
},
"devDependencies": {
"angular-mocks": ">=1.0.6"
}
}