forked from zeeshanhyder/angular-right-click
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 807 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
{
"name": "angular-right-click",
"version": "0.1.1",
"description": "angular right click and context menu library. No external dependencies",
"main": "dist/ng-right-click-module.js",
"scripts": {
"test": "test/ng-right-click-test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zeeshanhyder/angular-right-click.git"
},
"keywords": [
"angular-right-click",
"angular-context-menu",
"menu",
"context-menu",
"right-click",
"right-click-menu",
"angular"
],
"author": "Zeeshan Hyder <[email protected]> (https://github.com/zeeshanhyder)",
"license": "MIT",
"bugs": {
"url": "https://github.com/zeeshanhyder/angular-right-click/issues"
},
"homepage": "https://github.com/zeeshanhyder/angular-right-click#readme"
}