forked from alepolidori/astproxy
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1005 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 1005 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "@nethesis/astproxy",
"version": "0.0.37",
"description": "Node.js proxy for Asterisk PBX",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"publish:minor": "npm version minor --allow-same-version -m v%s --force",
"publish:major": "npm version major --allow-same-version -m v%s --force",
"publish:patch": "npm version patch --allow-same-version -m v%s --force",
"postversion": "git push origin master --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nethesis/astproxy.git"
},
"keywords": [
"asterisk",
"pbx",
"voip"
],
"author": "Nethesis",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/nethesis/dev/issues"
},
"homepage": "https://github.com/nethesis/astproxy",
"dependencies": {
"asterisk-ami": "0.2.0-beta1",
"jsplugs": "0.1.0",
"moment": "2.22.0",
"winston": "2.3.1"
},
"publishConfig": {
"access": "public"
}
}