-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.08 KB
/
package.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
42
43
44
45
46
47
48
49
{
"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 <[email protected]>",
"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"
},
"bugs": {
"url": "https://github.com/siberex/webchords/issues"
},
"homepage": "https://siberex.github.io/webchords/",
"dependencies": {
"@polymer/polymer": "^2.0.0"
},
"devDependencies": {
"@webcomponents/shadycss": "^1.1.0",
"@webcomponents/webcomponentsjs": "^1.0.22",
"gulp": "^3.9.1",
"gulp-eslint": "^4.0.0",
"gulp-if": "^2.0.1",
"web-component-tester": "^6.5.0"
},
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}