fitbit-weather
Version:
This library permits to retrieve weather data from the device
32 lines (31 loc) • 751 B
JSON
{
"name": "fitbit-weather",
"description": "This library permits to retrieve weather data from the device",
"version": "0.2.3",
"scripts": {
"build": "babel source --out-dir .",
"prepublish": "npm run build"
},
"babel": {
"presets": [
["es2015", { "modules": false }]
]
},
"repository": {
"type": "git",
"url": "https://github.com/gregoiresage/fitbit-weather.git"
},
"keywords": [
"fitbitdev"
],
"author": "Grégoire Sage",
"license": "MIT",
"bugs": {
"url": "https://github.com/gregoiresage/fitbit-weather/issues"
},
"homepage": "https://github.com/gregoiresage/fitbit-weather#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1"
}
}