We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccce6a3 commit 2acdac2Copy full SHA for 2acdac2
1 file changed
bower.json
@@ -1,10 +1,12 @@
1
{
2
- "name": "Pizzicato",
3
- "description": "A web-audio library to simplify using and manipulating sounds.",
+ "name": "pizzicato",
+ "description": "A web audio library to simplify the usage and manipulation of sounds.",
4
"homepage": "http://alemangui.github.io/pizzicato/",
5
- "authors": [
6
- "Alejandro Mantecon Guillen <alemangui@gmail.com>"
7
- ],
+ "authors": [{
+ "name": "Alejandro Mantecon Guillen",
+ "email": "alemangui@gmail.com",
8
+ "homepage": "http://alemangui.github.io"
9
+ }],
10
"main": "distr/pizzicato.js",
11
"repository": {
12
"type": "git",
@@ -19,5 +21,9 @@
19
21
"webaudio",
20
22
"sound",
23
"effects"
24
+ ],
25
+ "ignore": [
26
+ "node_modules",
27
+ "site"
28
]
29
}
0 commit comments