-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
32 lines (32 loc) · 856 Bytes
/
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
{
"name": "ng-textarea-enter",
"version": "0.2.7",
"description": "Execute a function on pressing the enter key in a textarea.",
"main": "build/ng-textarea-enter.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ArunMichaelDsouza/ng-textarea-enter.git"
},
"keywords": [
"angularjs",
"textarea",
"enter",
"module",
"enter",
"submit"
],
"author": "Arun Michael Dsouza <amdsouza92@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ArunMichaelDsouza/ng-textarea-enter/issues"
},
"homepage": "https://github.com/ArunMichaelDsouza/ng-textarea-enter#readme",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-uglify": "^1.0.0",
"grunt-contrib-watch": "^1.0.0"
}
}