Blame view

bower.json 633 Bytes
e134e536   Luigi Serra   updates
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
  {
    "name": "COMPONENT",
    "version": "1.0.0",
    "authors": [
      "Luigi Serra"
    ],
    "description": "Datalet and Controllet repository",
    "license": "MIT",
    "ignore": [
      "**/.*",
      "node_modules",
      "bower_components",
      "test",
      "tests"
    ],
    "dependencies": {
      "google-map": "GoogleWebComponents/google-map#^1.0.0",
      "paper-fab-transitions": "~0.1.0",
0a86ccc8   Luigi Serra   graph and datalet...
19
      "paper-scroll-header-panel": "PolymerElements/paper-scroll-header-panel#~1.0.14",
2fc589e3   root   animated-button, ...
20
      "iron-icon": "PolymerElements/iron-icon#~1.0.7",
d004e0cb   Luigi Serra   paper-toast
21
22
      "iron-icons": "PolymerElements/iron-icons#~1.1.2",
      "paper-toast": "PolymerElements/paper-toast#~1.2.1"
e134e536   Luigi Serra   updates
23
24
    }
  }