-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 922 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
33
34
35
36
37
38
{
"name": "ngdebounceclick",
"version": "1.0.2",
"description": "ng-debounce-click is the directive which is help to improve browser performance by reducing expensive/time consuming function invokation.",
"main": "ng-debounce-click.js",
"scripts": {
"test": "karma start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ddjain/ngDebounceClick.git"
},
"keywords": [
"angular",
"js",
"debouncing",
"click",
"event",
"ng",
"click"
],
"author": "Darshan Jain",
"license": "MIT",
"bugs": {
"url": "https://github.com/ddjain/ngDebounceClick/issues"
},
"homepage": "https://github.com/ddjain/ngDebounceClick#readme",
"dependencies": {
"angular": "1.8.0"
},
"devDependencies": {
"angular-mocks": "1.8.0",
"jquery": ">=3.5.0",
"karma": "5.1.0",
"karma-chrome-launcher": "3.1.0",
"karma-jasmine": "3.3.1"
}
}