-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
51 lines (51 loc) · 1.1 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
{
"name": "emanator",
"version": "0.5.46",
"description": "Multi-Purpose Software Integration Framework",
"main": "index.js",
"preferGlobal": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"emanate": "emanate",
"emanator": "emanator"
},
"files": [
"lib",
"resources",
"templates",
"emanate",
"emanator",
"index.js",
"README.md"
],
"author": "ASPECTRON Inc.",
"repository": {
"type": "git",
"url": "git+https://github.com/aspectron/emanator.git"
},
"dependencies": {
"acorn-loose": "8.3.0",
"acorn-walk": "8.2.0",
"adm-zip": "0.5.10",
"bascii": "0.0.1",
"bytenode": "1.4.1",
"colors": "1.4.0",
"ejs": "3.1.9",
"escodegen": "2.0.0",
"fastify": "4.18.0",
"fastify-static": "4.7.0",
"fs-extra": "11.1.1",
"glob": "10.3.1",
"is-root": "2.1.0",
"mkdirp": "3.0.1",
"request": "2.88.2",
"request-progress": "3.0.0",
"rss-parser": "3.13.0",
"semver": "7.5.3",
"time-stamp": "2.2.0",
"toposort-class": "1.0.1",
"underscore": "1.13.6"
}
}