-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 724 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 724 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
{
"name": "icontrol",
"description": "F5 BIG-IP iControl REST API implementation",
"version": "0.1.5",
"keywords": [
"F5",
"BIG-IP",
"bigip",
"iControl",
"REST",
"LTM",
"tmsh",
"F5 Networks"
],
"author": {
"name": "Thomas Williams",
"email": "t.williams@f5.com",
"url": "https://github.com/thwi"
},
"dependencies": {
"request": "2.x"
},
"readmeFilename": "README.md",
"main": "index.js",
"engines": {
"node": ">=0.6.0"
},
"repository": {
"type": "git",
"url": "https://github.com/thwi/node-icontrol"
},
"bugs": {
"url": "https://github.com/thwi/node-icontrol/issues"
},
"homepage": "https://github.com/thwi/node-icontrol"
}