forked from dCache/dcache-namespace
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
18 lines (18 loc) · 721 Bytes
/
bower.json
File metadata and controls
18 lines (18 loc) · 721 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"name": "dcache-namespace",
"version": "1.0.0",
"description": "An element for dcache-view and which main purpose is to make an ajax call to dcache.",
"main": "dcache-namespace.html",
"dependencies": {
"polymer": "Polymer/polymer#^2.0.0",
"promise-polyfill": "polymerlabs/promise-polyfill#^2.0.0",
"util-precondition": "dCacheElements/preconditionjs#^0.0.4"
},
"devDependencies": {
"iron-component-page": "PolymerElements/iron-component-page#3.0.1",
"iron-demo-helpers": "PolymerElements/iron-demo-helpers#2.0.0",
"iron-test-helpers": "PolymerElements/iron-test-helpers#2.0.0",
"web-component-tester": "6.0.0",
"webcomponentsjs": "webcomponents/webcomponentsjs#1.0.5"
}
}