forked from thibmaek/awesome-raspberry-pi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
24 lines (24 loc) · 824 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
{
"name": "awesome-raspberry-pi",
"version": "1.0.0",
"description": "<a href=\"https://www.raspberrypi.org\"><img src=\"https://www.raspberrypi.org/wp-content/uploads/2012/03/raspberry-pi-logo.png\" alt=\"Raspberry Pi Logo\" align=\"left\" style=\"margin-right: 25px\" height=150></a>",
"main": "index.js",
"scripts": {
"contributor:add": "all-contributors add",
"contributor:check": "all-contributors check"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thibmaek/awesome-raspberry-pi.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/thibmaek/awesome-raspberry-pi/issues"
},
"homepage": "https://github.com/thibmaek/awesome-raspberry-pi#readme",
"devDependencies": {
"all-contributors-cli": "^5.4.0"
}
}