forked from Rainbow-CPaaS/Rainbow-Node-SDK
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 2.42 KB
/
package.json
File metadata and controls
86 lines (86 loc) · 2.42 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "rainbow-node-sdk",
"version": "1.47.1",
"description": "Alcatel-Lucent Enterprise Rainbow SDK for Node.js",
"main": "index.js",
"scripts": {
"test": "mocha --reporter spec",
"test-with-coverage": "nyc --reporter=text --reporter=html --reporter=cobertura mocha",
"startafterbuildApiServer": "nodemon $NODE_DEBUG_OPTION afterbuild/afterbuildApiServer.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Rainbow-CPaaS/Rainbow-Node-SDK.git"
},
"keywords": [
"rainbow",
"cloud",
"sdk"
],
"engines": {
"node": ">=8.4.0"
},
"author": "Alcatel-Lucent Enterprise",
"license": "MIT",
"homepage": "https://github.com/Rainbow-CPaaS/Rainbow-Node-SDK.git",
"devDependencies": {
"chai": "^4.1.2",
"eslint": "^4.19.1",
"eslint-plugin-node": "^6.0.1",
"got": "^8.3.1",
"grunt": "^1.0.3",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-copy-part-of-file": "^0.1.5",
"grunt-eslint": "^20.2.0",
"grunt-exec": "^3.0.0",
"grunt-file-creator": "^0.1.3",
"grunt-jsdoc": "^2.2.1",
"grunt-jsdoc-to-markdown": "^4.0.0",
"grunt-replace": "^1.0.1",
"http-server": "^0.11.1",
"jsonwebtoken": "^8.3.0",
"mocha": "^5.2.0",
"mock-socket": "^7.0.0",
"nock": "^9.3.3",
"nodemon": "^1.17.5",
"nyc": "^11.9.0",
"puppeteer": "^1.5.0",
"rainbow_hub_sheets_generation": "git+https://github.com/Rainbow-CPaaS/Rainbow-Hub-Sheets-Generation.git",
"sitemap": "^1.13.0"
},
"dependencies": {
"@types/node": "^10.9.4",
"@xmpp/client": "^0.3.0",
"@xmpp/plugins": "^0.3.0",
"@xmpp/xml": "^0.3.0",
"backoff": "^2.5.0",
"body-parser": "^1.18.3",
"btoa": "^1.2.1",
"chalk": "^2.4.1",
"colors": "^1.3.1",
"crypto-js": "^3.1.9-1",
"debug-http": "^1.1.0",
"express": "^4.16.3",
"file-api": "^0.10.4",
"https-proxy-agent": "2.2.1",
"humanize-number": "0.0.2",
"jwt-decode": "2.2.0",
"md5": "^2.2.1",
"moment": "^2.22.2",
"moment-duration-format": "^2.2.2",
"promise.prototype.finally": "^3.1.0",
"pubsub-js": "^1.6.0",
"request": "^2.87.0",
"sasl-digest-md5": "^0.1.0",
"stream-buffers": "^3.0.2",
"strip-ansi": "^4.0.0",
"unirest": "0.5.1",
"uuid": "^3.3.0",
"uuid4": "1.0.0",
"winston": "^3.0.0",
"winston-daily-rotate-file": "^3.2.1",
"ws": "^5.2.1"
}
}