This repository was archived by the owner on Jan 15, 2024. It is now read-only.
forked from fshost/xrpc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.41 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.41 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "express-xml-rpc",
"version": "0.1.0",
"main": "./lib/express-xml-rpc.js",
"dependencies": {
"debug": "*",
"node-xml": ">= 1.0.0",
"http-proxy": "~0.10.3",
"extend": "~1.2.1",
"express": "~3.4.4",
"string": "~1.6.1",
"request": "~2.27.0"
},
"description": "Express middleware and router support for XML-RPC",
"directories": {
"doc": "./static/codex",
"bin": "./bin",
"lib": "./lib",
"example": "./example",
"test": "./test"
},
"devDependencies": {
"grunt-contrib-symlink": "~0.2.0",
"grunt-contrib-yuidoc": "~0.5.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-less": "~0.8.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-jscoverage": "~0.0.3",
"grunt-markdown": "~0.4.0",
"grunt-mocha-cli": "~1.3.0",
"grunt-shell": "~0.5.0",
"express": "3.x.x",
"xmlrpc": "*"
},
"scripts": {
"test": "node ./test/test"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:UsabilityDynamics/node-express-xml-rpc#master"
},
"keywords": [
"node.js",
"express",
"xml",
"xmlrpc",
"rpc",
"metaweblog"
],
"author": {
"name": "Nathan Cartwright"
},
"contributors": [
{
"name": "Andy Potanin",
"email": "andy.potanin@UsabilityDynamics.com",
"url": "http://UsabilityDynamics.com"
}
],
"license": "MIT"
}