-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathbower.json
More file actions
42 lines (42 loc) · 760 Bytes
/
bower.json
File metadata and controls
42 lines (42 loc) · 760 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
34
35
36
37
38
39
40
41
42
{
"name": "bem-forms",
"version": "0.1.3",
"keywords": [
"bem",
"form",
"forms"
],
"authors": [
{
"name": "Ivan Voischev",
"email": "voischev.ivan@ya.ru"
},
{
"name": "Anton Winogradov",
"email": "winogradovaa@gmail.com"
},
{
"name": "Alexej Yaroshevich",
"email": "zxqfox@gmail.com"
},
{
"name": "Daniel Sabelnikov",
"email": "dsabelnikov@gmail.com"
},
{
"name": "Vyacheslav Aristov",
"email": "einstain@yandex-team.ru"
}
],
"ignore": [
"node_modules",
"libs",
"bundles"
],
"dependencies": {
"bem-components": "git://github.com/bem/bem-components.git#v5"
},
"devDependencies": {
"bem-pr": "~0.13.0"
}
}