ambient-weather-api
Version:
Ambient Weather API
31 lines (30 loc) • 668 B
JSON
{
"name": "ambient-weather-api",
"version": "0.0.6",
"description": "Ambient Weather API",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/owise1/ambient-weather-api"
},
"scripts": {
"build": "babel src -d lib",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"weather"
],
"author": "@owise1",
"license": "ISC",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.1",
"dotenv": "^4.0.0"
},
"dependencies": {
"ramda": "^0.25.0",
"request": "^2.83.0",
"request-promise": "^4.2.2",
"socket.io-client": "^2.0.4"
}
}