ringflow
Version:
Ringflow simplifies communication with virtual phone numbers and smart call management for businesses and individuals.
37 lines (36 loc) • 849 B
JSON
{
"name": "ringflow",
"version": "1.0.1",
"description": "Ringflow simplifies communication with virtual phone numbers and smart call management for businesses and individuals.",
"main": "index.js",
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js"
},
"keywords": [
"Ringflow",
"VoIP",
"Telecom",
"Cloud Communication"
],
"author": "Ariyan Khan <your.ariyana@mycountrymobile.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Ringflow-com/ringflow.git"
},
"bugs": {
"url": "https://github.com/Ringflow-com/ringflow/issues"
},
"homepage": "https://www.ringflow.com",
"dependencies": {
"express": "^4.17.1",
"ejs": "^3.1.6"
},
"devDependencies": {
"nodemon": "^2.0.15"
},
"engines": {
"node": ">=14.0.0"
}
}