-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 723 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 723 Bytes
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
{
"name": "max6675-raspi",
"version": "0.0.13",
"main": "index.js",
"devDependencies": {},
"dependencies": {
"onoff": "^3.2.9"
},
"scripts": {
"test": "node ./test/test.js"
},
"keywords": [
"raspi",
"raspberrypi",
"max6675"
],
"author": "bubao",
"license": "MIT",
"description": "Read the temperature with K-type thermocouple. Raspberry pi NodeJS.",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bubao/Max6675-Raspberry-pi-nodejs.git"
},
"bugs": {
"url": "https://github.com/bubao/Max6675-Raspberry-pi-nodejs/issues"
},
"homepage": "https://github.com/bubao/Max6675-Raspberry-pi-nodejs#readme"
}