-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathbower.json
More file actions
33 lines (33 loc) · 932 Bytes
/
bower.json
File metadata and controls
33 lines (33 loc) · 932 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
31
32
33
{
"name": "peg",
"description": "Payments Examples for Vend",
"main": [
"./assets/css/vend-peg.css",
"./assets/fonts/lato-black.ttf",
"./assets/fonts/lato-bold.ttf",
"./assets/fonts/lato-hairline.ttf",
"./assets/fonts/lato-light.ttf",
"./assets/fonts/lato-regular.ttf",
"./assets/fonts/vend-icons.woff",
"./assets/fonts/vend-icons.woff2",
"./assets/images/insert-card.svg"
],
"authors": [
"jtrotsky <joe@vendhq.com>"
],
"license": "ISC",
"homepage": "https://github.com/vend/peg",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"devDependencies": {
"font-awesome": "^4.6.0",
"vend.ui": "git@github.com:vend/vend.ui.git#v32.14.0",
"images-ui": "git@github.com:vend/images-ui.git#^1.1.1"
}
}