UNPKG

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