-
Notifications
You must be signed in to change notification settings - Fork 50
/
Copy pathpackage.json
34 lines (34 loc) · 946 Bytes
/
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
{
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"name": "piano-mp3",
"description": "This is a repo for holding MP3 files for an acoustic piano, sampled directly from this [repo](https://github.com/gleitz/midi-js-soundfonts). These are exposed for use in another repo. The `/example` is a good show of what this repo can/will be used for.",
"version": "1.0.2",
"directories": {
"example": "example"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fuhton/piano-mp3.git"
},
"keywords": [
"Piano",
"mp3",
"audio",
"audio files",
"web audio"
],
"author": "Nicholas Smith",
"license": "MIT",
"bugs": {
"url": "https://github.com/fuhton/piano-mp3/issues"
},
"homepage": "https://github.com/fuhton/piano-mp3#readme",
"dependencies": {
"path": "^0.12.7",
"tone": "^0.11.11"
},
"devDependencies": {}
}