You've already forked ArduinoHttpClient
mirror of
https://github.com/arduino-libraries/ArduinoHttpClient.git
synced 2025-11-07 15:46:18 +03:00
Initial port of examples from RestClient
This commit is contained in:
16
examples/node_test_server/package.json
Normal file
16
examples/node_test_server/package.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "node_test_server",
|
||||
"version": "0.0.1",
|
||||
"author": {
|
||||
"name":"Tom Igoe"
|
||||
},
|
||||
"dependencies": {
|
||||
"express": ">=4.0.0",
|
||||
"body-parser" : ">=1.11.0",
|
||||
"multer" : "*"
|
||||
},
|
||||
"engines": {
|
||||
"node": "0.10.x",
|
||||
"npm": "1.3.x"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user