We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3c023a commit 5d9ede1Copy full SHA for 5d9ede1
.gitignore
@@ -1 +1,2 @@
1
node_modules/
2
+*.log
package.json
@@ -1,5 +1,5 @@
{
- "author": "Kristoffer Berdal <web@flexd.net> (http://cognitive.io)",
+ "author": "PAWM International <pawmint@googlegroups.com>",
3
"name": "zabbix",
4
"description": "A minimal wrapper around request.js to facilitate fetching data from the Zabbix API.",
5
"version": "0.1.1",
@@ -12,10 +12,10 @@
12
"zabbixapi",
13
"jsonrpc2"
14
],
15
- "homepage": "http://github.com/flexd/zabbix.js",
+ "homepage": "http://github.com/pawmint/zabbix.js",
16
"repository": {
17
"type": "git",
18
- "url": "git://github.com/flexd/zabbix.js.git"
+ "url": "git://github.com/pawmint/zabbix.js.git"
19
},
20
"dependencies": {
21
"async": "^1.4.2",
0 commit comments