-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
57 lines (57 loc) · 1.25 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
47
48
49
50
51
52
53
54
55
56
57
{
"name": "conjuror",
"description": "A magical CSV data parsing and outputing wizard or witch",
"version": "0.2.10",
"repository": {
"url": "https://github.com/bnvk/Conjuror"
},
"main": "./conjuror",
"keywords": [
"datapackage",
"invoicing",
"time-tracking",
"time-management",
"csv",
"pdf"
],
"bin": {
"conjuror": "./bin/conjuror"
},
"author": "Brennan Novak <[email protected]>",
"contributors": [
"Simon Vansintjan <[email protected]>"
],
"dependencies": {
"@hapi/hapi": "^18.4.0",
"@hapi/good": "^8.2.4",
"@hapi/good-console": "^8.1.2",
"argv": "0.0.2",
"bootstrap": "^3.4.1",
"chalk": "2.3.0",
"cheerio": "^1.0.0-rc.3",
"commander": "^2.20.3",
"csv": "^5.2.0",
"datapackage-query": "^0.1.8",
"datapackage-read": "^0.2.2",
"fs": "0.0.1-security",
"inquirer": "^4.0.2",
"mkdir": "0.0.2",
"moment": "^2.24.0",
"underscore": "^1.9.1",
"wkhtmltopdf": "^0.3.4"
},
"devDependencies": {
"mocha": "^4.1.0"
},
"bugs": {
"url": "https://github.com/bnvk/Conjuror/issues"
},
"homepage": "https://github.com/bnvk/Conjuror",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha"
},
"license": "AGPLv3"
}