-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 805 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 805 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
{
"name": "angularjs-ravepayment",
"version": "1.0.2",
"description": "This is a Angular 1.x library for implementing rave payment gateway",
"main": "dist/angular-paystack.min.js",
"keywords": [
"Javascript",
"Github",
"AngularJS",
"Angular 1.x",
"Open Source",
"Payments",
"Rave",
"Ravepayment",
"Flutterwave",
"Gateway"
],
"author": "Ayeni Olusegun<nsegun5@gmail.com>",
"license": "MIT",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bugs": {
"url": "https://github.com/iamraphson/angularjs-ravepayment/issues"
},
"homepage": "https://github.com/iamraphson/angularjs-ravepayment#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/iamraphson/angularjs-ravepayment.git"
}
}