forked from slively/ng-context-menu
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 676 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 676 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
{
"name": "angular-context-menu",
"version": "0.1.1",
"description": "An AngularJS directive to display a context menu when a right-click event is triggered",
"main": "dist/angular-context-menu.min.js",
"devDependencies": {
"gulp": "~3.5.1",
"gulp-concat": "~2.1.7",
"gulp-uglify": "~0.2.0",
"gulp-jshint": "~1.3.4",
"gulp-rename": "~0.2.2"
},
"scripts": {
"test": "gulp test"
},
"keywords": [
"angular-context-menu",
"context menu",
"right click",
"angularjs",
"angular"
],
"authors": "Ian Kennington Walter (http://ianvonwalter.com), Briant Ford, Till Breuer (https://github.com/tilt)",
"license": "MIT"
}