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

23 lines
431 B
JSON
Raw Normal View History

2020-03-24 00:52:27 +09:00
{
"name": "@kou029w/http-echo",
"version": "1.0.0",
"description": "HTTP Echo Server",
"main": "index.js",
"license": "MIT",
"scripts": {
2020-03-24 18:21:28 +09:00
"start": "node -r dotenv/config index.js"
2020-03-24 00:52:27 +09:00
},
"dependencies": {
2020-03-24 18:21:28 +09:00
"express": "latest",
"passport-http": "latest",
"passport": "latest"
2020-03-24 00:52:27 +09:00
},
"devDependencies": {
2020-03-24 18:21:28 +09:00
"dotenv": "latest",
2020-03-24 00:52:27 +09:00
"sync-glitch-cli": "latest"
},
"engines": {
2020-03-24 18:30:20 +09:00
"node": "10.x"
2020-03-24 00:52:27 +09:00
}
}