-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
31 lines (31 loc) · 1 KB
/
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
{
"name": "visualizer",
"version": "1.0.0",
"description": "DOWNLOAD FROM CHROME WEB STORE:\r https://chrome.google.com/webstore/detail/music-visualizer-for-goog/ofhohcappnjhojpboeamfijglinngdnb?hl=en",
"main": "visualizer old.js",
"dependencies": {},
"devDependencies": {
"eslint": "^7.0.0",
"eslint-plugin-react": "^7.20.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-module-resolver": "^0.16.0",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react-hooks": "^4.0.1",
"eslint-plugin-standard": "^4.0.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GreysonFlippo1/MusicVisualizer.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/GreysonFlippo1/MusicVisualizer/issues"
},
"homepage": "https://github.com/GreysonFlippo1/MusicVisualizer#readme"
}