-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 953 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 953 Bytes
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
{
"name": "sound-pointer",
"version": "1.0.0",
"description": "Use sound to track your mouse pointer in the browser.",
"main": "index.js",
"scripts": {
"dev": "webpack server --mode development",
"build": "webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/simonminer/sound-pointer.git"
},
"keywords": [
"mouse",
"pointer",
"sound",
"browser",
"locate"
],
"author": "Simon Miner",
"license": "MIT",
"bugs": {
"url": "https://github.com/simonminer/sound-pointer/issues"
},
"homepage": "https://github.com/simonminer/sound-pointer#readme",
"dependencies": {
"pizzicato": "^0.6.4"
},
"devDependencies": {
"favicons-webpack-plugin": "^6.0.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.3",
"prettier": "^2.8.8",
"webpack": "^5.88.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
}
}