-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathbower.json
More file actions
26 lines (26 loc) · 564 Bytes
/
Copy pathbower.json
File metadata and controls
26 lines (26 loc) · 564 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
{
"name": "ng-textarea-enter",
"version": "0.2.7",
"homepage": "https://github.com/ArunMichaelDsouza/ng-textarea-enter",
"authors": [
"Arun Michael Dsouza <amdsouza92@gmail.com>"
],
"description": "AngularJS Module to enable action trigger for textarea on pressing the 'enter' key",
"main": "src/ng-textarea-enter.js",
"keywords": [
"angularjs",
"textarea",
"enter",
"module",
"enter",
"submit"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}