-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
25 lines (25 loc) · 960 Bytes
/
bower.json
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
{
"name": "ee-medication",
"description": "medication add and display",
"main": "ee-medication.html",
"dependencies": {
"polymer": "Polymer/polymer#^1.4.0",
"paper-elements": "^1.0.7",
"iron-elements": "^1.0.10",
"ee-helper-behavior": "git+https://github.com/ElfyCares/ee-helper-behaviors",
"js-data-behaviors": "git+https://github.com/ElfyCares/js-data-behaviors",
"demo-models": "git+https://github.com/ElfyCares/demo-models",
"ee-shared-styles": "git+https://github.com/ElfyCares/ee-shared-styles",
"ee-input-combo": "git+https://github.com/ElfyCares/ee-input-combo",
"jay-icons": "*"
},
"devDependencies": {
"iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
"iron-demo-helpers": "PolymerElements/iron-demo-helpers#^1.0.0",
"web-component-tester": "^4.0.0",
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
},
"resolutions": {
"js-data": "3.0.0-rc.4"
}
}