forked from abrkt/ng-outside-click
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
90 lines (90 loc) · 3.82 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"_args": [
[
{
"raw": "https://github.com/superdevofficial/ng-outside-click",
"scope": null,
"escapedName": null,
"name": null,
"rawSpec": "https://github.com/superdevofficial/ng-outside-click",
"spec": "git+https://github.com/superdevofficial/ng-outside-click.git",
"type": "hosted",
"hosted": {
"type": "github",
"ssh": "[email protected]:superdevofficial/ng-outside-click.git",
"sshUrl": "git+ssh://[email protected]/superdevofficial/ng-outside-click.git",
"httpsUrl": "git+https://github.com/superdevofficial/ng-outside-click.git",
"gitUrl": "git://github.com/superdevofficial/ng-outside-click.git",
"shortcut": "github:superdevofficial/ng-outside-click",
"directUrl": "https://raw.githubusercontent.com/superdevofficial/ng-outside-click/master/package.json"
}
},
"/Users/admin/Documents/Superdev/nisha"
]
],
"_from": "git+https://github.com/superdevofficial/ng-outside-click.git",
"_id": "[email protected]",
"_inCache": true,
"_installable": true,
"_location": "/ng-outside-click",
"_phantomChildren": {},
"_requested": {
"raw": "https://github.com/superdevofficial/ng-outside-click",
"scope": null,
"escapedName": null,
"name": null,
"rawSpec": "https://github.com/superdevofficial/ng-outside-click",
"spec": "git+https://github.com/superdevofficial/ng-outside-click.git",
"type": "hosted",
"hosted": {
"type": "github",
"ssh": "[email protected]:superdevofficial/ng-outside-click.git",
"sshUrl": "git+ssh://[email protected]/superdevofficial/ng-outside-click.git",
"httpsUrl": "git+https://github.com/superdevofficial/ng-outside-click.git",
"gitUrl": "git://github.com/superdevofficial/ng-outside-click.git",
"shortcut": "github:superdevofficial/ng-outside-click",
"directUrl": "https://raw.githubusercontent.com/superdevofficial/ng-outside-click/master/package.json"
}
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "git+https://github.com/superdevofficial/ng-outside-click.git#3e63fba62502f387b76fbb4a9d634c6415301523",
"_shasum": "89baf151a3d599fded3f48b2a2877000c9eeaee2",
"_shrinkwrap": null,
"_spec": "https://github.com/superdevofficial/ng-outside-click",
"_where": "/Users/admin/Documents/Superdev/nisha",
"author": {
"name": "Abdelrahman Barakat",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/abrkt/ng-outside-click/issues"
},
"dependencies": {},
"description": "Angular directive that excutes an expression when an element outside the specified element is clicked (used to close dialogs and pickers)",
"devDependencies": {
"jasmine-core": "^2.3.4",
"karma": "^0.13.3",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "^0.2.0",
"phantomjs": "^1.9.17"
},
"gitHead": "3e63fba62502f387b76fbb4a9d634c6415301523",
"homepage": "https://github.com/abrkt/ng-outside-click#readme",
"license": "MIT",
"main": "src/index.js",
"name": "ng-outside-click",
"optionalDependencies": {},
"readme": "# ng-outside-click\nAngular directive to evaluate expression when an element outside the directive element is clicked\n## Usage\n``` html\n<script>\n var app = angular.module('app', ['ngOutsideClick']).run(function($rootScope){\n $rootScope.outsideClick = function(){\n console.log('clicked outside');\n }\n });\n</script>\n\n<div outside-click=\"outsideClick()\">\n Clicking anywhere outside this div will trigger the expression in outside-click attribute\n</div>\n```\n",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/abrkt/ng-outside-click.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.0.0"
}