forked from 7h0ma5/node-adif
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 738 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 738 Bytes
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
{
"name": "adif-gsp",
"version": "0.3.1",
"description": "Amateur Data Interchange Format (ADIF) parser and generator",
"author": "Thomas Gatzweiler <dl2ic@darc.de>, Mark Edwards <mark.p.edwards@gmail.com>",
"license": "GPL-3.0",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/edwar64896/node-adif-gsp.git"
},
"scripts": {
"test": "mocha test/",
"test-coverage": "istanbul cover node_modules/mocha/bin/_mocha -- test/",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- test/"
},
"dependencies": {
"dateformat": "~1.0.11",
"libxmljs": "^0.19.1"
},
"devDependencies": {
"mocha": "^2.1.0",
"istanbul": "^0.3.6"
}
}