-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
44 lines (44 loc) · 1.16 KB
/
bower.json
File metadata and controls
44 lines (44 loc) · 1.16 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
{
"name": "util",
"version": "0.1.0",
"description": "Preview-Code utility elements and behaviors",
"authors": [
"Preview-Code team"
],
"repository": {
"type": "git",
"url": "git://github.com/preview-code/util.git"
},
"homepage": "https://github.com/preview-code/util",
"license": "BSD-3-Clause",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"polymer": "Polymer/polymer#^1.8.0",
"iron-test-helpers": "txsmith/iron-test-helpers#master",
"iron-icons": "PolymerElements/iron-icons#^1.2.0",
"iron-icon": "PolymerElements/iron-icon#^1.0.12"
},
"devDependencies": {
"iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
"iron-demo-helpers": "PolymerElements/iron-demo-helpers#^1.0.0",
"web-component-tester": "^5.0.0",
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.24",
"paper-material": "^1.0.6",
"test-fixture": "^1.0.0",
"iron-test-helpers": "txsmith/iron-test-helpers#master"
},
"keywords": [
"web-components",
"web-component",
"polymer",
"preview-code",
"utilities"
]
}