Files
Examples/JavaScript/weather-api-resolver/package.json
plane000 57e091c134 weather
2018-07-10 20:11:24 +01:00

18 lines
365 B
JSON

{
"name": "weather-api-resolver",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Ben (plane000)",
"license": "MIT",
"dependencies": {
"body-parser": "^1.18.3",
"express": "^4.16.3",
"fs": "0.0.1-security",
"snekfetch": "^4.0.4"
}
}