-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 827 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 827 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
{
"name": "42-cent-paypal",
"version": "1.0.0",
"description": "42 cent adaptor for paypal",
"main": "index.js",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/continuous-software/42-cent-paypal.git"
},
"dependencies": {
"42-cent-base": "^1.0.0",
"42-cent-util": "^1.0.0",
"bluebird": "^3.5.5",
"credit-card-type": "^8.3.0",
"paypal-rest-sdk": "^1.6.0",
"object-assign": "^4.1.1"
},
"devDependencies": {
"42-cent-model": "^2.0.2",
"casual": "^1.4.7",
"mocha": "^6.2.1"
},
"scripts": {
"test": "NODE_ENV=test node ./node_modules/mocha/bin/_mocha -R spec -t 30000 test"
},
"keywords": [
"payment",
"gateway",
"42-cent",
"paypal"
],
"author": "Laurent RENARD",
"license": "MIT"
}