-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
41 lines (41 loc) · 1003 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
{
"author": "Sebastian Hoitz <[email protected]> (http://www.komola.de/), Thomas Schaaf <[email protected]> (http://www.komola.de/)",
"name": "paymill-node",
"maintainers":[
{
"name":"Sebastian Hoitz",
"email":"[email protected]"
},
{
"name":"Thomas Schaaf",
"email":"[email protected]"
}
],
"description": "Paymill API wrapper",
"version": "0.1.2",
"homepage": "https://github.com/komola/paymill-node",
"repository": {
"type": "git",
"url": "git://github.com/komola/paymill-node.git"
},
"engines": {
"node": ">= v0.6.0"
},
"directories" : { "lib" : "./lib" },
"main": "lib/main",
"licenses" : [
{
"type": "MIT",
"url": "http://github.com/komola/paymill-node/blob/master/LICENSE"
}
],
"keywords": ["paymill", "payment", "creditcard", "elv"],
"dependencies": {},
"devDependencies": {
"qunit": "*",
"nock": "*"
},
"scripts": {
"test": "node tests/test_runner.js"
}
}