-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.02 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.02 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
{
"name": "jigsaw",
"version": "0.1.0-48",
"author": "devmikey <devmikey.js@gmail.com>",
"description": "An Implementation of an ITK Client and a Middleware Host",
"contributors": [],
"main": "./lib/jigsaw.js",
"keywords": [
"digital signature",
"itk",
"interopeability toolkit",
"clinical correspondence",
"mini spine services",
"distribution envelope",
"soap"
],
"dependencies": {
"connect": "== 1.8.6",
"express": ">= 2.5.9",
"jade": "== 0.22.0",
"mongodb": "== 1.0.2",
"mysql": "== 2.0.0-alpha4",
"node-uuid": "== 1.3.3",
"node-queue": "== 0.2.0",
"vows": "== 0.6.2",
"winston": "== 0.6.1",
"ws.js": "git://github.com/devmikey/ws.js.git",
"xml2js": "== 0.1.14",
"xml-crypto": "== 0.0.6",
"xmldom": "== 0.1.11"
},
"devDependencies": [],
"license": "MIT",
"engines": {
"node": ">= 0.8"
},
"private": true,
"subdomain": "devmikey.Jigsaw",
"scripts": {
"start": "examples/jigsaw.js"
}
}