-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 835 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
40
{
"name": "unicorn-hat-mini",
"version": "1.2.0",
"description": "Driver for the Pimoroni Unicorn Hat Mini",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/netbymatt/unicorn-hat-mini.git"
},
"keywords": [
"raspberry",
"pi",
"rpi",
"unicorn",
"hat",
"mini",
"pimoroni"
],
"engines": {
"node": ">=14.0.0"
},
"author": "Matt Walsh",
"license": "MIT",
"bugs": {
"url": "https://github.com/netbymatt/unicorn-hat-mini/issues"
},
"homepage": "https://github.com/netbymatt/unicorn-hat-mini#readme",
"devDependencies": {
"eslint": "^8.18.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0",
"nodemon": "^2.0.16"
},
"dependencies": {
"rpio": "^2.4.2"
}
}