-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
45 lines (45 loc) · 991 Bytes
/
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
{
"name": "maksunappi",
"version": "2.0.1",
"description": "A Node.js library for online payments in Finland.",
"main": "payment.js",
"engines": {
"node": ">=8.0"
},
"scripts": {
"test": "grunt --verbose"
},
"repository": {
"type": "git",
"url": "git://github.com/reaktor/maksunappi.git"
},
"keywords": [
"node",
"verkkomaksut",
"verkkopankki",
"online",
"payment"
],
"author": "Reaktor",
"license": "MIT",
"dependencies": {
"express": "4.16.2",
"underscore": "1.8.3",
"underscore.string": "3.3.4",
"winston": "0.8.0",
"sprintf-js": "1.1.1"
},
"devDependencies": {
"grunt": "0.4.5",
"grunt-contrib-jshint": "0.11.3",
"grunt-mocha-test": "0.12.7",
"grunt-express": "1.4.0",
"grunt-casperjs": "2.2.1",
"mocha": "2.3.4",
"moment": "2.19.2"
},
"bugs": {
"url": "https://github.com/reaktor/maksunappi/issues"
},
"homepage": "https://github.com/reaktor/maksunappi"
}