-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbower.json
More file actions
32 lines (32 loc) · 780 Bytes
/
bower.json
File metadata and controls
32 lines (32 loc) · 780 Bytes
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": "forge-elements",
"version": "0.1.0",
"description": "Elements to aid development and debugging of web and nativeweb applications.",
"keywords": [
"web-components",
"polymer",
"nativeweb"
],
"repository": {
"type": "git",
"url": "git://github.com/FuzzicalLogic/forge-elements.git"
},
"dependencies": {
"forge-reloader": "FuzzicalLogic/forge-reloader#~0",
"forge-repainter": "FuzzicalLogic/forge-repainter#~0",
"forge-titlebar-insert": "FuzzicalLogic/forge-titlebar-insert#~0"
},
"homepage": "https://github.com/FuzzicalLogic/forge-elements",
"authors": [
"Donald Atkinson"
],
"license": "http://polymer.github.io/LICENSE.txt",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"main": "index.html"
}