Welcome to mirror list, hosted at ThFree Co, Russian Federation.

bower.json « paper-menu « bower_components « static - github.com/pdevty/polymer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dd2a5cde00fbd539b26cab49caf4702b4e2469e9 (plain)
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
30
31
32
{
  "name": "paper-menu",
  "version": "1.0.0",
  "description": "Implements an accessible material design menu",
  "authors": "The Polymer Authors",
  "keywords": [
    "web-components",
    "polymer",
    "menu"
  ],
  "main": "paper-menu.html",
  "private": true,
  "repository": {
    "type": "git",
    "url": "git://github.com/PolymerElements/paper-menu"
  },
  "license": "http://polymer.github.io/LICENSE.txt",
  "homepage": "https://github.com/PolymerElements/paper-menu",
  "ignore": [],
  "dependencies": {
    "iron-menu-behavior": "PolymerElements/iron-menu-behavior#^1.0.0",
    "paper-styles": "PolymerElements/paper-styles#^1.0.0",
    "polymer": "Polymer/polymer#^1.0.0"
  },
  "devDependencies": {
    "iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
    "paper-item": "PolymerElements/paper-item#^1.0.0",
    "test-fixture": "PolymerElements/test-fixture#^1.0.0",
    "web-component-tester": "*",
    "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
  }
}