-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
39 lines (39 loc) · 843 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": "annemone",
"version": "0.1.9",
"description": "Anne Pro 2 RGB control through Node.js",
"main": "index.js",
"dependencies": {
"node-hid": "^2.1.1"
},
"devDependencies": {
"eslint": "^7.0.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.3",
"prettier": "^2.0.5"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"annemone": "./bin/cli.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/manualmanul/Annemone.git"
},
"keywords": [
"anne",
"pro",
"keyboard",
"rgb",
"led",
"control"
],
"author": "Manual",
"license": "MIT",
"bugs": {
"url": "https://github.com/manualmanul/Annemone/issues"
},
"homepage": "https://github.com/manualmanul/Annemone#readme"
}