-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
38 lines (38 loc) · 915 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": "waveplayer-examples",
"version": "2.0.0",
"description": "Waveplayer examples",
"scripts": {
"build": "./node_modules/.bin/webpack --progress",
"watch": "npm run build -- --watch",
"serve": "http-server ./"
},
"repository": {
"type": "git",
"url": "git+https://github.com/michaeldzjap/waveplayer.js.git"
},
"keywords": [
"audio",
"waveform",
"canvas",
"html",
"javascript"
],
"author": "Michael Dzjaparidze",
"license": "MIT",
"bugs": {
"url": "https://github.com/michaeldzjap/waveplayer.js/issues"
},
"homepage": "https://github.com/michaeldzjap/waveplayer.js#readme",
"dependencies": {
"@fortawesome/fontawesome-free": "^6.2.1",
"bulma": "^1.0.1",
"http-server": "^14.1.1"
},
"devDependencies": {
"ts-loader": "^9.4.1",
"typescript": "^5.0.2",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.0"
}
}