-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 975 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
39
{
"name": "klapajaa",
"version": "3.0.0",
"description": "Control your Music Player Daemon by clapping your hands",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node start.js",
"lint": "./node_modules/eslint/bin/eslint.js ."
},
"dependencies": {
"babel-register": "^6.26.0",
"clap-detector": "^0.5.3",
"komponist": ">=0.1.0",
"moment": "^2.29.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/laiti/klapajaa.git"
},
"keywords": [
"mpd",
"audio",
"clap",
"remote"
],
"author": "Antti Laiti <antti@laiti.fi>",
"license": "ISC",
"bugs": {
"url": "https://github.com/laiti/klapajaa/issues"
},
"homepage": "https://github.com/laiti/klapajaa#readme",
"devDependencies": {
"babel-preset-env": "^1.7.0",
"eslint": "^7.2.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-plugin-import": "^2.20.1"
}
}