-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathpackage.json
38 lines (38 loc) · 838 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
{
"name": "moonight",
"version": "0.0.0",
"description": "",
"repository": {
"type": "git",
"url": "git+https://github.com/Ovilia/moonight.git"
},
"keywords": [
"visualization",
"web audio",
"audio"
],
"scripts": {
"tsc": "tsc",
"tsc:w": "tsc -w",
"start": "webpack-dev-server"
},
"author": "Ovilia",
"license": "MIT",
"bugs": {
"url": "https://github.com/Ovilia/moonight/issues"
},
"homepage": "https://github.com/Ovilia/moonight#readme",
"devDependencies": {
"html-webpack-plugin": "^3.2.0",
"ts-loader": "^4.4.2",
"typescript": "^3.0.1",
"webpack": "^4.16.5",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.5"
},
"dependencies": {
"audio-recorder-polyfill": "^0.1.2",
"md-gum-polyfill": "^1.0.0",
"roughjs": "^2.2.5"
}
}