-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
executable file
·65 lines (65 loc) · 1.62 KB
/
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
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
64
65
{
"name": "chimera-framework",
"version": "0.0.94",
"description": "Language agnostic framework for stand-alone and distributed computing",
"bin": {
"chimera": "tools/run.js",
"chimera-echo": "tools/echoMany.js",
"chimera-eisn": "tools/eisn.js",
"chimera-init-cms": "tools/init-cms.js",
"chimera-send": "tools/send.js",
"chimera-serve": "tools/serve.js"
},
"scripts": {
"test": "mocha"
},
"keywords": [
"framework",
"chain",
"orchestration",
"language agnostic"
],
"author": "goFrendi",
"license": "MIT",
"dependencies": {
"body-parser": "^1.17.2",
"cache-require-paths": "^0.3.0",
"clone": "^2.1.1",
"compression": "^1.7.1",
"consolidate": "^0.15.1",
"cookie-parser": "^1.4.3",
"ejs": "^2.6.1",
"express": "^4.15.4",
"express-fileupload": "^0.4.0",
"express-session": "^1.15.5",
"express-static-cache": "^0.0.6",
"fs-extra": "^6.0.0",
"js-yaml": "^3.9.1",
"json-stringify-safe": "^5.0.1",
"monk": "^6.0.3",
"neo-async": "^2.5.1",
"pug": "^2.0.3",
"request": "^2.83.0",
"serve-favicon": "^2.5.0",
"socket.io": "^2.1.0"
},
"devDependencies": {
"chai": "^4.1.2",
"codecov": "^3.0.2",
"mocha": "^5.0.5",
"nyc": "^11.7.2",
"standard": "^11.0.1"
},
"repository": {
"type": "git",
"url": "git://github.com/goFrendiAsgard/chimera-framework.git"
},
"bugs": {
"url": "https://github.com/goFrendiAsgard/chimera-framework/issues"
},
"homepage": "https://github.com/goFrendiAsgard/chimera-framework#readme",
"main": "index.js",
"directories": {
"test": "tests"
}
}