forked from INTER-Mediator/INTER-Mediator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
79 lines (79 loc) · 1.85 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "INTER-Mediator",
"description": "Web Development Framework",
"author": "INTER-Mediator Directive Committee",
"license": "MIT",
"contributors": [
{
"name": "Masayuki Nii"
},
{
"name": "Atsushi Matsuo"
},
{
"name": "Kiyonori Ito"
},
{
"name": "Kentaro Suzuki"
},
{
"name": "Nobuo Hayashi"
},
{
"name": "Kazuaki Osawa"
},
{
"name": "Hiroko Oki"
},
{
"name": "Tomomitsu Baba"
},
{
"name": "Motofumi Iijima"
}
],
"repository": {
"type": "git",
"url": "https://github.com/INTER-Mediator/INTER-Mediator.git"
},
"scripts": {
"test": "cd node_modules/.bin; jest --config ../../spec/jest.config.js",
"postinstall": "npmpd"
},
"devDependencies": {
"jest": "*",
"jest-environment-jsdom": "*",
"power-assert": "*",
"ws": ">=8.17.1"
},
"dependencies": {
"cors": "*",
"express": "*",
"nodemon": ">=3.0.2",
"inter-mediator-expressionparser": "1.2.2",
"inter-mediator-formatter": "1.0.19",
"inter-mediator-locale": "1.0.4",
"inter-mediator-nodegraph": "1.0.6",
"inter-mediator-plugin-codemirror": "1.1.0",
"inter-mediator-plugin-flatpickr": "1.1.0",
"inter-mediator-plugin-jquerydatepicker": "1.1.0",
"inter-mediator-plugin-jqueryfileupload": "1.6.0",
"inter-mediator-plugin-jsonformatter": "1.1.0",
"inter-mediator-plugin-mermaid": "1.2.0",
"inter-mediator-plugin-popupselector": "1.1.0",
"inter-mediator-plugin-qrcode": "1.1.0",
"inter-mediator-plugin-tinymce": "1.2.3",
"inter-mediator-queue": "1.0.9",
"jssha": ">=3.0.0",
"npm-platform-dependencies": "*",
"socket.io": ">=3.1.0",
"socket.io-client": ">=3.1.0",
"tinymce": "^6"
},
"win32Dependencies": {
"forever-win": "*"
},
"engines": {
"node": "*"
}
}