-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.71 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.71 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
63
{
"name": "contractpen_node_client",
"version": "1.0.0",
"description": "",
"main": "./src/index.js",
"scripts": {
"test": "jasmine",
"compile": "coffee --compile src/",
"watch": "coffee -o src/ -cw src/"
},
"author": "",
"license": "ISC",
"dependencies": {
"@accordproject/cicero-cli": "^0.12.3",
"@accordproject/cicero-core": "^0.12.3",
"@accordproject/cicero-engine": "^0.12.3",
"@accordproject/ergo-compiler": "^0.8.2",
"@dagrejs/graphlib": "^2.1.4",
"awilix": "^3.0.9",
"body-parser": "^1.18.3",
"chai": "^4.2.0",
"clear-module": "^3.0.0",
"clusterws-client-js": "git+https://github.com/fundon/ClusterWS-Client-JS.git",
"comedy": "^1.6.0",
"commander": "^2.18.0",
"config": "^3.0.1",
"create-if-not-exist": "0.0.2",
"decompress": "^4.2.0",
"dir-packer": "^0.1.1",
"express": "^4.16.3",
"file-normalize": "^1.1.2",
"find": "^0.2.9",
"fs-extra": "^7.0.0",
"fs-readdir-recursive": "^1.1.0",
"graphql-request": "^1.8.2",
"handlebars": "^4.0.12",
"handlebars-helpers": "^0.10.0",
"html-entities": "^1.2.1",
"json-decycle": "^1.0.0",
"jszip": "^3.1.5",
"memoizee": "^0.4.14",
"node-cache": "^4.2.0",
"prettyjson": "^1.2.1",
"recursive-readdir": "^2.2.2",
"request": "^2.88.0",
"request-promise-native": "^1.0.5",
"rimraf": "^2.6.3",
"save-buffer": "^1.1.0",
"shortid": "^2.2.14",
"shortid-36": "^0.1.2",
"syntax": "^1.4.8",
"temp-dir": "^1.0.0",
"unique-filename": "^1.1.1",
"unzip": "^0.1.11",
"uuid": "^3.3.2",
"uws": "^10.148.1",
"winston": "^3.0.0",
"zip-a-folder": "0.0.5"
},
"devDependencies": {
"coffeescript": "^2.3.1"
}
}