-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
51 lines (51 loc) · 1.32 KB
/
bower.json
File metadata and controls
51 lines (51 loc) · 1.32 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "hero-js",
"description": "Hero JS Components Implementations",
"main": "dist/hero.js",
"license": "ISC",
"homepage": "",
"ignore": [
"**/.*",
"node_modules",
"test",
"tests"
],
"keywords": [
"hero-js",
"hero-mobile",
"hero",
"javascript",
"browser",
"library"
],
"dependencies": {
"accessibility-developer-tools": "2.10.0",
"app-layout": "PolymerElements/app-layout#0.10.0",
"app-route": "polymerelements/app-route#0.9.1",
"chai": "3.2.0",
"async": "1.5.0",
"core-icon": "Polymer/core-icon#master",
"iron-ajax": "1.4.3",
"iron-doc-viewer": "1.0.15",
"iron-icons": "1.1.3",
"iron-localstorage": "polymerelements/iron-localstorage#1.0.0",
"iron-pages": "polymerelements/iron-pages#1.0.0",
"lodash": "3.7.0",
"mocha": "2.3.0",
"paper-button": "1.0.12",
"paper-checkbox": "1.2.1",
"paper-dialog": "1.1.0",
"paper-fab": "1.2.0",
"paper-icon-button": "PolymerElements/paper-icon-button#1.1.1",
"paper-input": "1.1.14",
"paper-item": "1.2.1",
"paper-menu": "1.2.2",
"paper-spinner": "1.2.0",
"paper-toast": "1.3.0",
"sinon-chai": "2.7.0",
"sinonjs": "1.14.1",
"stacky": "1.3.0",
"test-fixture": "polymerelements/test-fixture#1.0.0",
"web-component-tester": "4.0.0"
}
}