forked from stuartmemo/qwerty-hancock
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
35 lines (35 loc) · 831 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
{
"name": "qwerty-hancock",
"main": "qwerty-hancock.js",
"version": "0.3.0",
"homepage": "http://stuartmemo.com/qwerty-hancock/",
"authors": [
{
"name": "Stuart Memo",
"email": "stuartmemo@gmail.com",
"homepage": "http://stuartmemo.com"
}
],
"description": "An interactive HTML plugin-free keyboard for your web audio project.",
"keywords": [
"music",
"musical",
"qwerty",
"keyboard",
"piano"
],
"repository": {
"type": "git",
"url": "https://github.com/stuartmemo/qwerty-hancock"
},
"license": "MIT",
"dependencies": {},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"private": "false"
}