You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Driver for the gprs-sim900 Tessel GPRS/SIM module ([SIM900](ftp://imall.iteadstudio.com/IM120417009_IComSat/DOC_SIM900_Hardware%20Design_V2.00.pdf)).",
"version": "0.1.4",
"main": "index.js",
"repository": {
"type": "git",
"url": "git@github.com:tessel/gprs-sim900.git"
},
"directories": {
"example": "examples"
},
"hardware": {
"./examples": false,
"tape": false,
"tap": false,
"shelljs": false
},
"scripts": {
"test": "tinytap -e 'tessel run {} ${GPRS_PORT}' test/*.js"