Skip to content

Commit

Permalink
Fix package.json to be a scoped package (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessandro Polidori authored May 7, 2021
1 parent d8d8aad commit 4fd872f
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "astproxy",
"name": "@nethesis/astproxy",
"version": "0.0.10",
"description": "Node.js proxy for Asterisk PBX",
"main": "index.js",
Expand All @@ -8,23 +8,26 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/alepolidori/astproxy.git"
"url": "git+https://github.com/nethesis/astproxy.git"
},
"keywords": [
"asterisk",
"pbx",
"voip"
],
"author": "Alessandro Polidori",
"author": "Nethesis",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/alepolidori/astproxy/issues"
"url": "https://github.com/nethesis/dev/issues"
},
"homepage": "https://github.com/alepolidori/astproxy#readme",
"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"
}
}

0 comments on commit 4fd872f

Please sign in to comment.