Skip to content

Commit 2acdac2

Browse files
committed
Fine-tune bower.json file.
1 parent ccce6a3 commit 2acdac2

1 file changed

Lines changed: 11 additions & 5 deletions

File tree

bower.json

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
{
2-
"name": "Pizzicato",
3-
"description": "A web-audio library to simplify using and manipulating sounds.",
2+
"name": "pizzicato",
3+
"description": "A web audio library to simplify the usage and manipulation of sounds.",
44
"homepage": "http://alemangui.github.io/pizzicato/",
5-
"authors": [
6-
"Alejandro Mantecon Guillen <alemangui@gmail.com>"
7-
],
5+
"authors": [{
6+
"name": "Alejandro Mantecon Guillen",
7+
"email": "alemangui@gmail.com",
8+
"homepage": "http://alemangui.github.io"
9+
}],
810
"main": "distr/pizzicato.js",
911
"repository": {
1012
"type": "git",
@@ -19,5 +21,9 @@
1921
"webaudio",
2022
"sound",
2123
"effects"
24+
],
25+
"ignore": [
26+
"node_modules",
27+
"site"
2228
]
2329
}

0 commit comments

Comments
 (0)