forked from hastebrot/dolphin-platform-polymer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
48 lines (48 loc) · 1.35 KB
/
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "dolphin-platform-polymer",
"version": "1.0.0-CR.6",
"description": "The Dolphin Platform framework implements the presentation model pattern and provides a modern way to create enterprise applications.",
"keywords": [
"Dolphin Platform"
],
"homepage": "http://www.dolphin-platform.io/",
"authors": [
"Michael Heinrichs <[email protected]>",
"Hendrik Ebbers <[email protected]>",
"Kunal Singh <[email protected]>",
"Timo Brandstätter <[email protected]>",
"Benjamin Gudehus <[email protected]>",
"Simon Skoczylas <[email protected]>"
],
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"package.json",
"package-lock.json"
],
"dependencies": {
"polymer": "Polymer/polymer#2.1.1",
"dolphin-platform-js": "1.0.0-CR.6"
},
"devDependencies": {
"iron-component-page": "PolymerElements/iron-component-page#3.0.1",
"web-component-tester": "Polymer/web-component-tester#6.5.0",
"webcomponentsjs": "webcomponents/webcomponentsjs#1.1.0",
"chai": "3.2.0",
"sinon": "4.2.2",
"mocha": "3.1.2"
},
"resolutions": {
"polymer": "2.1.1",
"chai": "3.2.0",
"mocha": "3.1.2"
}
}