-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
56 lines (56 loc) · 1.06 KB
/
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
46
47
48
49
50
51
52
53
54
55
56
{
"name": "@notixbit/paypal-basket",
"version": "2.1.0",
"description": "A simple basket & product manager for the PayPal-node SDK",
"keywords": [
"paypal",
"basket",
"product",
"manager",
"lightweight",
"es8",
"es6",
"es5",
"promise",
"async",
"tests",
"node",
"ecommerce",
"shop",
"sdk"
],
"author": {
"name": "Steven Agyekum",
"email": "[email protected]",
"url": "https://github.com/Burnett01"
},
"license": "MIT",
"maintainers": [
{
"name": "Notixbit Creative",
"email": "[email protected]"
},
{
"name": "Burnett01",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "ssh://[email protected]/notixbit/paypal-basket.git"
},
"bugs": {
"url": "https://github.com/notixbit/paypal-basket/issues"
},
"main": "lib/main.js",
"scripts": {
"test": "mocha --reporter list"
},
"dependencies": {
"paypal-rest-sdk": "^1.8.1"
},
"devDependencies": {
"chai": "^4.3.4",
"mocha": "^7.2.0"
}
}