We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eef6e4e commit d3e36fcCopy full SHA for d3e36fc
package.json
@@ -1,8 +1,8 @@
1
{
2
- "name": "webduino-module-lcd1602",
+ "name": "webduino-module-gps",
3
"version": "1.0.0",
4
- "description": "LCD1602 Module for Webduino",
5
- "main": "LCD1602.js",
+ "description": "GPS Module for Webduino",
+ "main": "GPS.js",
6
"scripts": {
7
"test": "echo \"Error: no test specified\" && exit 1"
8
},
@@ -11,7 +11,7 @@
11
"keywords": [
12
"arduino",
13
"webduino",
14
- "lcd1602"
+ "gps"
15
],
16
"dependencies": {
17
"webduino-js": "0.x"
0 commit comments