-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 949 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
35
36
37
38
39
40
41
42
43
{
"name": "retuner",
"version": "1.3.9",
"description": "Making a browser-based musical instrument using HTML, Canvas, and JavaScript",
"main": "./build/bundle.js",
"scripts": {
"start": "open -a 'Google Chrome' ./build/index.html",
"build": "webpack -w"
},
"author": {
"name": "David Ryan",
"email": "[email protected]",
"url": "https://github.com/davidryan59"
},
"repository": {
"type": "git",
"url": "git+https://github.com/davidryan59/retuner_musical_instrument.git"
},
"license": "ISC",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"webpack": "^4.41.4",
"webpack-cli": "^3.3.10"
},
"dependencies": {
"adsr-envelope": "^1.0.0"
},
"keywords": [
"fraction",
"intonation",
"iterate",
"iterative",
"just",
"keyboard",
"music",
"musical",
"online",
"rational",
"theory",
"website"
]
}