-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 957 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 957 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
{
"dependencies": {
"body-parser-xml": "^2.0.5",
"express": "^4.21.1",
"nedb": "^1.8.0",
"xml2js": "^0.6.2"
},
"name": "node-cwmp",
"description": "Node-CWMP is a lightweight Node.js library for building and managing a CPE WAN Management Protocol (CWMP) server. It allows you to interact with devices, handle CWMP messages, and manage parameters through SOAP requests. This library is useful for TR-069 management server implementation.",
"version": "1.0.2",
"main": "cwmp.js",
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Nik-Hendricks/Node-CWMP.git"
},
"keywords": [
"cwmp",
"tr069"
],
"author": "Nik Hendricks",
"license": "ISC",
"bugs": {
"url": "https://github.com/Nik-Hendricks/Node-CWMP/issues"
},
"homepage": "https://github.com/Nik-Hendricks/Node-CWMP#readme"
}