node-wsjtx-companion – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 {
2 "name": "node-wsjtx-companion",
3 "version": "1.0.0",
4 "description": "a companion for WSJT-X",
5 "main": "server.js",
6 "author": "Wizardry and Steamworks",
7 "license": "MIT",
8 "repository": {
9 "type": "svn",
10 "url": "http://svn.grimore.org/node-wsjtx-companion"
11 },
12 "dependencies": {
13 "@henriquegravina/wsjtxudpparser": "^1.0.0",
14 "http-auth": "^3.1.3",
15 "mime": "^1.3.4",
16 "moment": "^2.17.1",
17 "moment-timezone": "^0.5.13",
18 "node-forge": "^0.7.0",
19 "tcadif": "^1.4.1",
20 "winston": "^2.3.1",
21 "yargs": "^7.0.1"
22 }
23 }