forked from inwx/inwx-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (31 loc) · 868 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
{ "name" : "inwx"
, "description" : "INWX XML-RPC API Client"
, "keywords" : [ "inwx", "InterNetworX", "nameserver", "dyndns", "dns", "domain", "api", "xml-rpc", "xmlrpc", "xml", "rpc" ]
, "version" : "1.0.0"
, "preferGlobal" : false
, "homepage" : "https://github.com/mattes/inwx-nodejs"
, "author" : "Matthias Kadenbach <[email protected]> (https://github.com/mattes)"
, "repository" : {
"type" : "git"
, "url" : "git://github.com/mattes/inwx-nodejs.git"
}
, "bugs" : {
"url" : "https://github.com/mattes/inwx-nodejs/issues"
}
, "directories" : {
"lib" : "./lib"
}
, "main" : "./lib/inwx.js"
, "dependencies" : {
"xmlrpc" : ">=1.1.0"
}
, "engines" : {
"node" : ">=0.8",
"npm" : ">=1.0.0"
}
, "licenses" : [ {
"type" : "MIT"
, "url" : "https://raw.github.com/mattes/inwx-nodejs/master/LICENSE"
}
]
}