-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbower.json
More file actions
30 lines (30 loc) · 782 Bytes
/
bower.json
File metadata and controls
30 lines (30 loc) · 782 Bytes
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
{
"name": "frontend",
"description": "Firefund live styleguide and frontend",
"authors": [
"dotnetCarpenter <jon.ronnenberg@gmail.com>",
"troldmand",
"magiker420"
],
"license": "Unlicense",
"homepage": "https://github.com/Firefund/styleguide",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"polymer": "Polymer/polymer#~1.5.0",
"openpgp": "^2.3.0",
"scrollme": "https://github.com/Firefund/scrollme.git#^1.1.1",
"jquery": "^3.0.0",
"accounting": "dotnetCarpenter/accounting.js#^0.4.2",
"underscore": "^1.8.3",
"iron-pages": "PolymerElements/iron-pages#^1.0.7",
"iron-resizable-behavior": "^1.0.4",
"iron-selector": "^1.5.2"
}
}