forked from Jake-parkers/ionic-rave
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
52 lines (52 loc) · 1.3 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
{
"name": "rave-ionic4",
"version": "1.1.0",
"description": "An ionic module to help you integrate rave inline payment modal",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"ngc": "ngc",
"build": "rm -rf dist && npm run ngc",
"publishPackage": "npm run build && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cavewebs/ionic-rave.git"
},
"keywords": [
"rave",
"rave-ionic",
"flutterwave",
"payments",
"payment",
"africa",
"ionic plugin",
"rave-ionic-sdk",
"rave-ionic4-sdk",
"accept payment",
"Nigeria Payment sdk"
],
"author": "Timchosen Uzua",
"license": "MIT",
"homepage": "https://github.com/cavewebs/ionic-rave/blob/master/readme.md",
"devDependencies": {
"@angular/common": "8.1.1",
"@angular/core": "8.1.1",
"@angular/forms": "8.1.1",
"@angular/platform-browser": "8.1.1",
"@angular/platform-browser-dynamic": "8.1.1",
"@ionic/angular": "^4.7.0",
"@angular/router": "8.1.1",
"cordova-plugin-inappbrowser": "^3.0.0",
"rxjs": "6.5.2",
"@angular/compiler": "8.1.1",
"@angular/compiler-cli": "8.1.1",
"@types/node": "12.0.8",
"typescript": "~3.4.5",
"zone.js": "~0.9.1"
},
"dependencies": {}
}