thethingbox-sensortag
Version:
node.js lib for the TI SensorTag
23 lines (22 loc) • 400 B
JSON
{
"name": "thethingbox-sensortag",
"version": "0.0.6",
"description": "node.js lib for the TI SensorTag",
"main": "index.js",
"scripts": {
"test": "jshint *.js"
},
"keywords": [
"TI",
"SensorTag",
"thethingbox"
],
"license": "MIT",
"dependencies": {
"thethingbox-noble": "~0.0.1"
},
"devDependencies": {
"async": "~0.2.7",
"jshint": "~1.1.0"
}
}