forked from slively/ng-context-menu
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 712 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 712 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
26
27
28
29
{
"name": "ng-context-menu",
"version": "1.0.0",
"description": "An AngularJS directive to display a context menu when a right-click event is triggered",
"main": "index.html",
"devDependencies": {
"gulp": "~3.5.1",
"gulp-concat": "~2.1.7",
"gulp-connect": "^2.0.5",
"gulp-jshint": "~1.3.4",
"gulp-rename": "~0.2.2",
"gulp-uglify": "~0.2.0",
"protractor": "^1.2.0",
"gulp-protractor": "0.0.11",
"gulp-selenium": "0.0.3"
},
"scripts": {
"test": "gulp test"
},
"keywords": [
"ng-context-menu",
"context menu",
"right click",
"angularjs",
"angular"
],
"author": "Ian Kennington Walter (http://ianvonwalter.com)",
"license": "MIT"
}