26 lines
562 B
JSON
26 lines
562 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|