-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
46 lines (46 loc) · 1.03 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
{
"author": {
"name": "Alexandre Tiertant",
"email": "a.tiertant@atlantis-software.net"
},
"bugs": {
"url": "https://github.com/Atlantis-Software/telepathymq/issues"
},
"dependencies": {
"asynk": "~0.0.12",
"lodash": "~4.17.21",
"msgpack5": "~5.3.2",
"uuid": "~8.3.2",
"node-forge": "~0.10.0"
},
"deprecated": false,
"description": "ipc for node",
"devDependencies": {
"coveralls": "^3.0.2",
"eslint": "~5.6.0",
"istanbul": "0.4.5",
"mocha": "~5.2.0",
"nyc": "~13.1.0"
},
"engines": {
"node": ">= 0.10.0"
},
"homepage": "https://github.com/Atlantis-Software/telepathymq",
"keywords": [
"ipc",
"inter-process"
],
"license": "MIT",
"main": "./index.js",
"name": "telepathymq",
"repository": {
"type": "git",
"url": "git+https://github.com/Atlantis-Software/telepathymq.git"
},
"scripts": {
"test": "nyc node ./test/runner.js",
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"lint": "eslint ./"
},
"version": "0.1.5"
}