File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " webduino-module-ws2812 " ,
3
- "description" : " WS2812 Module for Webduino" ,
4
- "main" : " ws2812 .js" ,
2
+ "name" : " webduino-module-lora " ,
3
+ "description" : " Lora Module for Webduino" ,
4
+ "main" : " LORA .js" ,
5
5
"authors" : " " ,
6
6
"license" : " ISC" ,
7
7
"keywords" : [
8
8
" arduino" ,
9
9
" webduino" ,
10
- " ws2812 "
10
+ " lora "
11
11
],
12
12
"ignore" : [
13
13
" **/.*" ,
16
16
" test" ,
17
17
" tests"
18
18
]
19
- }
19
+ }
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " webduino-module-ws2812 " ,
2
+ "name" : " webduino-module-lora " ,
3
3
"version" : " 1.0.0" ,
4
- "description" : " WS2812 Module for Webduino" ,
5
- "main" : " WS2812 .js" ,
4
+ "description" : " Lora Module for Webduino" ,
5
+ "main" : " LORA .js" ,
6
6
"scripts" : {
7
7
"test" : " echo \" Error: no test specified\" && exit 1"
8
8
},
11
11
"keywords" : [
12
12
" arduino" ,
13
13
" webduino" ,
14
- " ws2812 "
14
+ " lora "
15
15
],
16
16
"dependencies" : {
17
17
"webduino-js" : " 0.x"
18
18
}
19
- }
19
+ }
You can’t perform that action at this time.
0 commit comments