-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
44 lines (44 loc) · 1.18 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
{
"name": "p24b",
"version": "2.0.4",
"description": "Simple application for accessing your account statements from Privat24 online-banking for business clients.",
"keywords": [
"bank",
"banking",
"money",
"privatbank",
"privat24"
],
"author": "Yurk Sha (http://yurks.github.io)",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/yurks/privat24-business/blob/master/LICENSE"
}
],
"license": "MIT",
"main": "./lib/index.js",
"bin": "./bin/p24b.js",
"homepage": "https://github.com/yurks/privat24-business",
"repository": {
"type": "git",
"url": "https://github.com/yurks/privat24-business.git"
},
"bugs": {
"url": "https://github.com/yurks/privat24-business/issues"
},
"dependencies": {
"body-parser": "~1.18.2",
"bower": "~1.8.2",
"express": "~4.15.5",
"moment": "~2.18.1",
"open": "0.0.5",
"pug": "^2.0.0-rc.4",
"xml2js": "~0.4.19"
},
"scripts": {
"start": "node ./lib",
"postinstall": "node scripts/install.js"
},
"engine": "node >= 0.6.6"
}