-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.02 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
{
"name": "smappi-cl",
"description": "Smappi Common Library",
"author": {
"name": "Mikhail Andreev"
},
"bugs": {
"url": "https://github.com/smappi/smappi-cl/issues"
},
"bundleDependencies": false,
"dependencies": {
"body-parser": "^1.18.2",
"jquery": "^3.2.1",
"jsdom": "^13.0.0",
"xml2js": "^0.4.19",
"log4js": "^3.0.6",
"@log4js-node/logstash-http": "^1.0.0",
"tap": "^12.0.1",
"proxy-agent": "^3.0.3",
"dns-sync": "^0.1.3",
"form-data": "^2.3.3"
},
"deprecated": false,
"engines": {
"node": ">=8"
},
"homepage": "https://github.com/smappi/smappi-cl#readme",
"keywords": [
"Smappi API",
"Smappi SDK",
"Smappi CL",
"Smappi Common Library"
],
"license": "MIT",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/smappi/smappi-cl.git"
},
"scripts": {},
"version": "0.7.7"
}