forked from gruijter/netgear.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.1 KB
/
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
37
38
39
40
41
42
43
44
{
"name": "netgear",
"version": "4.3.2",
"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"
],
"author": "Robin de Gruijter <[email protected]>",
"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"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.29.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-prettier": "^3.4.0",
"prettier": "^2.3.1"
}
}