-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 861 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
{
"name": "fourier-sequencer",
"version": "1.0.0",
"description": "Melodic Sequencer",
"main": "index.js",
"scripts": {
"start": "webpack --watch",
"test": "echo \"Error: no test specified\" && exit 1",
"start:dev": "webpack-dev-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Tschaul/fourier-sequencer.git"
},
"author": "",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/Tschaul/fourier-sequencer/issues"
},
"homepage": "https://github.com/Tschaul/fourier-sequencer#readme",
"dependencies": {
"teoria": "^2.5.0",
"tone": "^13.8.25"
},
"devDependencies": {
"@types/webpack": "^4.41.17",
"awesome-typescript-loader": "^5.2.1",
"typescript": "^3.9.5",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0"
}
}