-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1003 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 1003 Bytes
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 <hoitz@komola.de> (http://www.komola.de/), Thomas Schaaf <schaaf@komola.de> (http://www.komola.de/)",
"name": "paymill-node",
"maintainers":[
{
"name":"Sebastian Hoitz",
"email":"hoitz@komola.de"
},
{
"name":"Thomas Schaaf",
"email":"schaaf@komola.de"
}
],
"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"
}
}