forked from jschyma/open_fints_js_client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.42 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
58
59
60
61
62
{
"name": "open-fin-ts-js-client",
"version": "2.0.2",
"description": "JS Client für FinTS/HBCI.",
"main": "index.js",
"directories": {
"example": "examples",
"test": "test"
},
"files": [
"LICENSE",
"History.md",
"Readme.md",
"index.js",
"lib/",
"dev/"
],
"scripts": {
"test": "mocha",
"coverage": "istanbul cover node_modules/mocha/bin/_mocha",
"test_server": "node dev/Run_FinTSServer.js",
"demo": "node examples/zeige_kontoumsaetze.js log | bunyan -l trace",
"demo_dbg": "node-debug examples/zeige_kontoumsaetze.js | bunyan -l trace",
"test_dbg": "node-debug _mocha -g 'test_real Test 1'"
},
"repository": {
"type": "git",
"url": "git://github.com/jschyma/open_fints_js_client"
},
"keywords": [
"FinTS",
"HBCI",
"js",
"client",
"Bank",
"Konto",
"Pin/Tan"
],
"author": "Jens Schyma <[email protected]>",
"license": "AGPLv3",
"bugs": {
"url": "https://github.com/jschyma/open_fints_js_client/issues"
},
"homepage": "https://github.com/jschyma/open_fints_js_client",
"engines": {
"node": ">= 0.10.0",
"npm": ">= 1.0.0"
},
"dependencies": {
"bunyan": "~1.3.3",
"encoding": "^0.1.11"
},
"devDependencies": {
"body": "4.5.0",
"bunyan-live-logger": "~1.0.2",
"cors": "^2.7.1",
"express": "~3.4.4",
"istanbul": "~0.3.5",
"mocha": "2.1.0",
"should": "4.4.2"
}
}