-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.08 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.08 KB
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
{
"name": "rave-javascript-sdk",
"version": "1.0.3",
"description": "To initialize rave with js frameworks and libraries easily",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack --watch",
"dev": "webpack --mode development --module-bind js=babel-loader",
"build": "webpack --mode production --module-bind js=babel-loader"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kingflamez/rave-javascript-sdk.git"
},
"keywords": [
"Javascript",
"rave.flutterwave.com",
"github",
"Vue",
"VueJS",
"rave by flutterwave",
"sdk",
"Open Source",
"payments",
"kingflamez",
"ReactJS",
"React",
"rave",
"payment gateway",
"flutterwave",
"Gateway"
],
"author": "Oluwole Adebiyi <flamekeed@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/kingflamez/rave-javascript-sdk/issues"
},
"homepage": "https://github.com/kingflamez/rave-javascript-sdk#readme",
"dependencies": {
"axios": "^0.18.0"
}
}