|
1 | 1 | { |
2 | 2 | "name": "l2t-context-menu", |
| 3 | + "version": "1.0.1", |
| 4 | + "description": "Polymer element to replace right click functionality", |
3 | 5 | "homepage": "https://github.com/Link2Twenty/l2t-context-menu", |
4 | 6 | "authors": [ |
5 | 7 | |
6 | 8 | ], |
7 | | - "description": "Polymer element to replace right click functionality", |
8 | 9 | "main": "l2t-context-menu.html", |
9 | | - "moduleType": [], |
| 10 | + "repository": { |
| 11 | + "type": "git", |
| 12 | + "url": "git://github.com/Link2Twenty/l2t-context-menu.git" |
| 13 | + }, |
10 | 14 | "keywords": [ |
11 | 15 | "polymer", |
12 | | - "polymer-1.0", |
13 | 16 | "web-components" |
14 | 17 | ], |
15 | 18 | "license": "MIT", |
|
21 | 24 | "tests" |
22 | 25 | ], |
23 | 26 | "dependencies": { |
24 | | - "polymer": "Polymer/polymer#^1.1.0", |
| 27 | + "polymer": "Polymer/polymer#^1.2.0", |
25 | 28 | "paper-menu": "PolymerElements/paper-menu#^1.0.0", |
26 | | - "iron-demo-helpers": "PolymerElements/iron-demo-helpers#^1.1.0" |
| 29 | + } |
| 30 | + "devDependencies": { |
| 31 | + "iron-component-page": "PolymerElements/iron-component-page#^1.0.0", |
| 32 | + "iron-demo-helpers": "PolymerElements/iron-demo-helpers#^1.0.0", |
| 33 | + "iron-flex-layout": "PolymerElements/iron-flex-layout#^1.0.0", |
| 34 | + "iron-icon": "PolymerElements/iron-icon#^1.0.0", |
| 35 | + "iron-test-helpers": "PolymerElements/iron-test-helpers#^1.0.0", |
| 36 | + "iron-validator-behavior": "PolymerElements/iron-validator-behavior#^1.0.0", |
| 37 | + "paper-icon-button": "PolymerElements/paper-icon-button#^1.0.0", |
| 38 | + "test-fixture": "PolymerElements/test-fixture#^1.0.0", |
| 39 | + "web-component-tester": "^4.0.0", |
| 40 | + "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" |
27 | 41 | } |
28 | 42 | } |
0 commit comments