-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.13 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
32
33
34
35
36
{
"name": "hey-dj",
"version": "1.0.0",
"description": "Web app that performs tracklist recognition in DJ sets through the ACRCloud music recognition API. You give it a recorded DJ set, it gives you a list of tracks that the DJ played during the set.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ppenicka/hey-dj.git"
},
"author": "Petr Penicka",
"license": "ISC",
"bugs": {
"url": "https://github.com/ppenicka/hey-dj/issues"
},
"homepage": "https://github.com/ppenicka/hey-dj#readme",
"devDependencies": {
"babel-eslint": "^10.0.1",
"del": "^5.0.0",
"eslint": "^6.8.0",
"eslint-config-react-app": "^4.0.1",
"eslint-plugin-flowtype": "^3.11.1",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-json": "^1.4.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.14.2",
"eslint-plugin-react-hooks": "^1.6.1",
"gulp": "^4.0.2",
"gulp-eslint": "^5.0.0",
"gulp-load-plugins": "^2.0.0",
"gulp-replace": "^1.0.0"
},
"dependencies": {}
}