-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 883 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 883 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
{
"name": "mangopay-sdk",
"version": "0.4.0",
"description": "Non official node mangopay SDK, promise flavoured.",
"main": "index.js",
"scripts": {
"test": "mocha --require co-mocha -b"
},
"engines": {
"node": ">= 4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vanwalj/node-mangopay-sdk.git"
},
"keywords": [
"Node",
"Mangopay",
"SDK",
"Promise",
"Node"
],
"author": "Jordan Van Walleghem <j.vanwall@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/vanwalj/node-mangopay-sdk/issues"
},
"homepage": "https://github.com/vanwalj/node-mangopay-sdk#readme",
"dependencies": {
"bluebird": "3.0.6",
"joi": "7.0.1",
"lodash": "3.10.1",
"request": "2.67.0"
},
"devDependencies": {
"chance": "0.8.0",
"co-mocha": "1.1.2",
"mocha": "2.3.4"
}
}