1
0
Fork 0
mirror of https://github.com/kou029w/http-echo.git synced 2025-01-18 16:08:13 +00:00
http-echo/package.json
2020-03-24 18:30:20 +09:00

22 lines
431 B
JSON

{
"name": "@kou029w/http-echo",
"version": "1.0.0",
"description": "HTTP Echo Server",
"main": "index.js",
"license": "MIT",
"scripts": {
"start": "node -r dotenv/config index.js"
},
"dependencies": {
"express": "latest",
"passport-http": "latest",
"passport": "latest"
},
"devDependencies": {
"dotenv": "latest",
"sync-glitch-cli": "latest"
},
"engines": {
"node": "10.x"
}
}