-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
38 lines (38 loc) · 916 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
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "shipmates",
"version": "0.0.0",
"authors": [
"Christoph Buchli <[email protected]>"
],
"description": "We are shipmates, yarrrr!",
"main": "index.html",
"moduleType": [
"amd",
"es6"
],
"license": "GPL II",
"homepage": "shipmates.vodr.ch",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "latest",
"polymer": "Polymer/polymer#^1.0.0",
"iron-elements": "PolymerElements/iron-elements",
"paper-elements": "PolymerElements/paper-elements",
"platinum-elements": "PolymerElements/platinum-elements#1.0.1",
"neon-elements": "PolymerElements/neon-elements#1.0.0"
},
"resolutions": {
"polymer": "^1.0.0",
"webcomponentsjs": "^0.7.2",
"marked-element": "^1.0.0",
"font-roboto": "^1.0.0",
"paper-button": "^1.0.0",
"paper-ripple": "^1.0.0"
}
}