-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.24 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.24 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
{
"name": "node-tutuka",
"version": "0.1.0",
"description": "A module for accessing Tutuka's XML-RPC API",
"main": "index.js",
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/Wow-Dev/node-tutuka.git"
},
"keywords": [
"tutuka",
"load",
"balance"
],
"author": {
"name": "Christian Lau",
"email": "christian@wow4results.co.za"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/Wow-Dev/node-tutuka/issues"
},
"homepage": "https://github.com/Wow-Dev/node-tutuka",
"devDependencies": {
"chai": "^1.10.0",
"mocha": "^2.1.0"
},
"dependencies": {
"crypto": "0.0.3",
"dateformat": "^1.0.11",
"q": "^1.1.2",
"xmlrpc": "^1.2.0"
},
"readme": "node-tutuka\n===========\n\nA library for accessing the Tutuka XML-RPC API for node.js\n\n# Installation\n\n npm install git+ssh://git@github.com/Wow-Dev/node-tutuka.git --save\n",
"readmeFilename": "README.md",
"_id": "node-tutuka@0.1.0",
"_shasum": "06ebded17d1de439e7e3f615630b93fc3e29bff6",
"_resolved": "git+ssh://git@github.com/Wow-Dev/node-tutuka.git#e9f9ef3c3df63f7b396e0b28f6dfab5cbe185357",
"_from": "node-tutuka@git+ssh://git@github.com/Wow-Dev/node-tutuka.git"
}