-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
32 lines (32 loc) · 832 Bytes
/
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
{
"name": "nefit-easy-core",
"version": "4.0.3",
"description": "Nefit Easy™ core library",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/robertklep/nefit-easy-core.git"
},
"engines": {
"node": ">=4"
},
"author": "Robert Klep <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/robertklep/nefit-easy-core/issues"
},
"homepage": "https://github.com/robertklep/nefit-easy-core#readme",
"dependencies": {
"bluebird": "^3.5.1",
"debug": "^3.1.0",
"http-string-parser": "0.0.5",
"minimist": "^1.2.5",
"node-xmpp-client": "^3.2.0",
"promise-queue": "^2.2.5",
"sasl-scram-sha-1": "^1.2.1",
"saslmechanisms": "^0.1.1"
}
}