UNPKG

2 kBJSONView Raw
1{
2 "name": "direct-pay-online",
3 "version": "1.0.28",
4 "description": "A Direct Pay Online(DPO) module for connecting to the DPO online payment API.",
5 "main": "dist/bundles/direct-pay-online.umd.js",
6 "typings": "dist/index.d.ts",
7 "files": [
8 "dist"
9 ],
10 "scripts": {
11 "ngc": "ngc",
12 "cleanup": "rimraf dist/bundles dist/src dist/index.d.ts dist/index.js dist/index.js.map dist/LICENSE dist/README.md",
13 "building": "rollup -c",
14 "minify": "uglifyjs dist/bundles/direct-pay-online.umd.js --screw-ie8 --compress --mangle --comments --output dist/bundles/direct-pay-online.umd.min.js",
15 "build": "npm run cleanup && ngc && npm run building && npm run minify && rm -rf aot dist && npm run ngc"
16 },
17 "repository": {
18 "type": "git",
19 "url": "git+https://bitbucket.org/dpo-online-payment/mobile-payment.git"
20 },
21 "keywords": [
22 "mobile payment",
23 "ionic payment",
24 "payment",
25 "angular",
26 "angular5"
27 ],
28 "author": "Bonno Mosimanyana <bonno@vcs.co.za>",
29 "license": "ISC",
30 "homepage": "https://bitbucket.org/dpo-online-payment/mobile-payment#readme",
31 "dependencies": {
32 "@angular/common": "5.0.0",
33 "@angular/compiler": "5.0.0",
34 "@angular/compiler-cli": "5.0.0",
35 "@angular/core": "5.0.0",
36 "@angular/forms": "5.0.0",
37 "@angular/http": "5.0.0",
38 "@angular/platform-browser": "5.0.0",
39 "@angular/platform-browser-dynamic": "5.0.0",
40 "cordova-android": "6.3.0",
41 "cordova-ios": "4.5.4",
42 "cordova-plugin-device": "^1.1.4",
43 "cordova-plugin-inappbrowser": "^1.7.2",
44 "cordova-plugin-network-information": "^1.3.4",
45 "cordova-plugin-safariviewcontroller": "^1.5.1",
46 "cordova-plugin-splashscreen": "^4.0.3",
47 "cordova-plugin-whitelist": "^1.3.1",
48 "cordova-sqlite-storage": "^2.1.2",
49 "jquery": "^3.2.1",
50 "reflect-metadata": "^0.1.10",
51 "rimraf": "^2.6.2",
52 "rollup": "^0.52.1",
53 "rxjs": "5.5.2",
54 "sw-toolbox": "3.6.0",
55 "xml-js": "^1.5.2",
56 "zone.js": "0.8.18"
57 }
58}