This repository has been archived on 2023-09-06. You can view files and clone it, but cannot push or open issues or pull requests.
vn-softphone/package.json

26 lines
562 B
JSON
Raw Permalink Normal View History

2018-01-10 20:01:38 +00:00
{
"name": "vn-softphone",
"version": "1.0.0",
"description": "Softphone service",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "https://git.verdnatura.es/?p=vn-softphone;a=summary"
},
"keywords": [
"vn-softphone"
],
"author": "VerdNatura",
"license": "SEE LICENSE IN LICENSE.MD",
"dependencies": {
"express": "^4.16.2",
"hogan-express": "^0.5.2",
"mysql": "^2.15.0",
"path": "^0.12.7"
}
}