-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathbower.json
More file actions
62 lines (62 loc) · 2.39 KB
/
bower.json
File metadata and controls
62 lines (62 loc) · 2.39 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
52
53
54
55
56
57
58
59
60
61
62
{
"name": "atom",
"version": "0.0.0",
"authors": [
"Rahul Pilkhwal <rahul.pilkhwal@tavisca.com>",
"Shailesh Kumar Srivastava <ssrivastava@tavisca.com>",
"Sounak Pal <spal@tavisca.com>",
"Ajinkya Tejankar <tejankarajinkya@gmail.com>"
],
"description": "",
"main": "",
"moduleType": [],
"keywords": [
"Web Components"
],
"homepage": "http://atom-project.io/",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"t-button": "atomelements/t-button#^1.0.0",
"t-checkbox": "atomelements/t-checkbox#^1.0.0",
"t-colorpicker": "atomelements/t-colorpicker#^1.0.0",
"t-data-feeder": "atomelements/t-data-feeder#^1.0.0",
"t-device-view": "atomelements/t-device-view#^1.0.0",
"t-dropdown": "atomelements/t-dropdown#^1.0.0",
"t-icon-selector": "atomelements/t-icon-selector#^1.0.0",
"t-input": "atomelements/t-input#^1.0.0",
"t-menu": "atomelements/t-menu#^1.0.0",
"t-radio-button": "atomelements/t-radio-button#^1.0.0",
"t-radio-group": "atomelements/t-radio-group#^1.0.0",
"t-scaffold": "atomelements/t-scaffold#^1.0.0",
"t-shared-components": "atomelements/t-shared-components#^1.0.0",
"t-slider": "atomelements/t-slider#^1.0.0",
"paper-dialog": "polymerelements/paper-dialog#^1.0.3",
"paper-dialog-scrollable": "polymerelements/paper-dialog-scrollable#^1.1.0",
"paper-drawer-panel": "polymerelements/paper-drawer-panel#^1.0.5",
"fetch": "^0.10.1",
"iframe-resizer": "^3.5.1",
"particles.js": "^2.0.0",
"webcomponentsjs": "^0.7.19",
"iron-icon": "PolymerElements/iron-icon#^1.0.7",
"iron-icons": "PolymerElements/iron-icons#^1.0.6",
"iron-pages": "PolymerElements/iron-pages#^1.0.5",
"iron-ajax": "PolymerElements/iron-ajax#^1.1.1",
"marked-element": "PolymerElements/marked-element#^1.1.1",
"paper-item": "PolymerElements/paper-item#^1.1.3",
"paper-button": "PolymerElements/paper-button#^1.0.11",
"paper-tabs": "PolymerElements/paper-tabs#^1.2.4",
"es6-promise": "^3.0.2",
"paper-menu": "polymerelements/paper-menu#^1.2.2",
"code-generator-behavior": "atomproject/code-generator-behavior#^1.0.0",
"t-component-panel": "atomproject/t-component-panel#^1.0.0",
"highlightjs-element": "atomproject/highlightjs-element#^1.0.0",
"dynamic-data-source": "atomproject/dynamic-data-source#^1.0.0"
}
}