-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
41 lines (41 loc) · 881 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
39
40
41
{
"name": "webchords",
"version": "0.0.1",
"description": "Web components for music notation, guitar chords, tablatures and stuff",
"main": "tab-chord.html",
"author": [
"Sib.Li - Stepan Legachev <guitar@sib.li>"
],
"license": "MIT",
"keywords": [
"web-components",
"polymer",
"music",
"musical",
"notation",
"sheet",
"note",
"chord",
"tablature",
"tabulature",
"tabs",
"clef",
"sheet",
"cdefgab"
],
"repository": {
"type": "git",
"url": "https://github.com/siberex/webchords.git"
},
"dependencies": {
"polymer": "^2.0.0"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-eslint": "^4.0.0",
"gulp-if": "^2.0.1",
"shadycss": "webcomponents/shadycss#^v1.1.0",
"webcomponentsjs": "webcomponents/webcomponentsjs#^v1.0.22",
"web-component-tester": "^6.5.0",
}
}