1{
2"name": "OneWire",
3"frameworks": "Arduino",
4"keywords": "onewire, 1-wire, bus, sensor, temperature, ibutton",
5"description": "Control 1-Wire protocol (DS18S20, DS18B20, DS2408 and etc)",
6"authors":
7[
8 {
9 "name": "Paul Stoffregen",
10 "email": "paul@pjrc.com",
11 "url": "http://www.pjrc.com",
12 "maintainer": true
13 },
14 {
15 "name": "Jim Studt"
16 },
17 {
18 "name": "Tom Pollard",
19 "email": "pollard@alum.mit.edu"
20 },
21 {
22 "name": "Derek Yerger"
23 },
24 {
25 "name": "Josh Larios"
26 },
27 {
28 "name": "Robin James"
29 },
30 {
31 "name": "Glenn Trewitt"
32 },
33 {
34 "name": "Jason Dangel",
35 "email": "dangel.jason AT gmail.com"
36 },
37 {
38 "name": "Guillermo Lovato"
39 },
40 {
41 "name": "Ken Butcher"
42 },
43 {
44 "name": "Mark Tillotson"
45 },
46 {
47 "name": "Bertrik Sikken"
48 },
49 {
50 "name": "Scott Roberts"
51 }
52],
53"repository":
54{
55 "type": "git",
56 "url": "https://github.com/PaulStoffregen/OneWire"
57}
58}