-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.08 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.08 KB
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
45
46
47
48
{
"name": "machinepack-infoblox",
"version": "1.3.1",
"description": "Make rest calls for the Infoblox WAPI",
"scripts": {
"test": "node ./node_modules/test-machinepack-mocha/bin/testmachinepack-mocha.js"
},
"repository": {
"type": "git",
"url": "https://github.com/cappern/machinepack-infoblox.git"
},
"keywords": [
"Infoblox",
"Infoblox NIOS",
"machines",
"machinepack"
],
"author": "cappern",
"license": "MIT",
"dependencies": {
"lodash": "^3.5.0",
"machine": "^3.0.0",
"machinepack-http": "^2.0.1",
"underscore": "^1.8.2"
},
"devDependencies": {
"test-machinepack-mocha": "^0.2.2"
},
"machinepack": {
"friendlyName": "Infoblox",
"machineDir": "machines/",
"machines": [
"get-host",
"get-subnet",
"get-next-available-ip",
"get-network-ref",
"get-record"
]
},
"bugs": {
"url": "https://github.com/cappern/machinepack-infoblox/issues"
},
"homepage": "https://github.com/cappern/machinepack-infoblox",
"main": "index.js",
"directories": {
"test": "tests"
}
}