-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
36 lines (36 loc) · 867 Bytes
/
package.json
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
{
"name": "netgear",
"version": "4.4.3",
"description": "Node module to interact with Netgear routers via SOAP",
"main": "netgear.js",
"scripts": {
"test": "node test/test.js",
"generate-docs": "jsdoc --configure .jsdoc.json --verbose"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gruijter/netgear.js.git"
},
"directories": {
"doc": "docs",
"test": "test"
},
"keywords": [
"netgear",
"router",
"soap",
"genie",
"orbi"
],
"author": "Robin de Gruijter <gruijter@hotmail.com>",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/gruijter/netgear.js/issues"
},
"homepage": "https://github.com/gruijter/netgear.js#readme",
"runkitExampleFilename": "test/runkitTest.js",
"dependencies": {
"smart-request-balancer": "^2.1.1",
"xml-js": "^1.6.11"
}
}