|
4 | 4 | "title": "jQuery UI context menu plugin",
|
5 | 5 | "description": "Turn a jQuery UI Menu widget into a contextmenu.",
|
6 | 6 | "keywords": [
|
7 |
| - "context-menu", |
8 |
| - "contextmenu", |
9 |
| - "delegate", |
10 |
| - "jquery-ui-menu", |
11 |
| - "menu", |
12 |
| - "navigation", |
13 |
| - "popup", |
14 |
| - "right-click", |
15 |
| - "right-click-menu" |
| 7 | + "context-menu", |
| 8 | + "contextmenu", |
| 9 | + "delegate", |
| 10 | + "jquery-ui-menu", |
| 11 | + "menu", |
| 12 | + "navigation", |
| 13 | + "popup", |
| 14 | + "right-click", |
| 15 | + "right-click-menu" |
16 | 16 | ],
|
17 | 17 | "author": {
|
18 |
| - "name": "Martin Wendt", |
19 |
| - "email": "jquery@wwwendt.de", |
20 |
| - "url": "http://careers.stackoverflow.com/martin-wendt" |
| 18 | + "name": "Martin Wendt", |
| 19 | + "email": "jquery@wwwendt.de", |
| 20 | + "url": "http://careers.stackoverflow.com/martin-wendt" |
21 | 21 | },
|
22 | 22 | "repository": {
|
23 |
| - "type": "git", |
24 |
| - "url": "https://github.com/mar10/jquery-ui-contextmenu" |
| 23 | + "type": "git", |
| 24 | + "url": "https://github.com/mar10/jquery-ui-contextmenu" |
25 | 25 | },
|
26 | 26 | "homepage": "https://github.com/mar10/jquery-ui-contextmenu",
|
27 | 27 | "demo": "http://wwwendt.de/tech/demo/jquery-contextmenu/demo/",
|
28 | 28 | "docs": "https://github.com/mar10/jquery-ui-contextmenu/blob/master/README.md",
|
29 | 29 | "bugs": "https://github.com/mar10/jquery-ui-contextmenu/issues",
|
30 | 30 | "licenses": [
|
31 |
| - { |
32 |
| - "type": "MIT", |
33 |
| - "url": "https://github.com/mar10/jquery-ui-contextmenu/blob/master/MIT-LICENSE.txt" |
34 |
| - } |
| 31 | + { |
| 32 | + "type": "MIT", |
| 33 | + "url": "https://github.com/mar10/jquery-ui-contextmenu/blob/master/MIT-LICENSE.txt" |
| 34 | + } |
35 | 35 | ],
|
36 | 36 | "dependencies": {
|
37 |
| - "jquery": ">=1.7" |
| 37 | + "jquery": ">=1.7" |
38 | 38 | },
|
39 | 39 | "devDependencies": {
|
40 |
| - "grunt": "~0.4.1", |
41 |
| - "grunt-contrib-concat": "~0.1.3", |
42 |
| - "grunt-contrib-connect": "~0.3.0", |
43 |
| - "grunt-contrib-jshint": "~0.3.0", |
44 |
| - "grunt-contrib-qunit": "~0.2.0", |
45 |
| - "grunt-contrib-uglify": "~0.2.0", |
46 |
| - "grunt-exec": "~0.4.0", |
47 |
| - "grunt-saucelabs": "~4.1.2" |
| 40 | + "grunt": "~0.4.1", |
| 41 | + "grunt-contrib-concat": "~0.1.3", |
| 42 | + "grunt-contrib-connect": "~0.3.0", |
| 43 | + "grunt-contrib-jshint": "~0.3.0", |
| 44 | + "grunt-contrib-qunit": "~0.2.0", |
| 45 | + "grunt-contrib-uglify": "~0.2.0", |
| 46 | + "grunt-exec": "~0.4.0", |
| 47 | + "grunt-saucelabs": "~4.1.2", |
| 48 | + "grunt-contrib-watch": "~0.5.3" |
48 | 49 | },
|
49 | 50 | "scripts": {
|
50 |
| - "test": "grunt ci --verbose" |
| 51 | + "test": "grunt ci --verbose" |
51 | 52 | }
|
52 | 53 | }
|
0 commit comments