UNPKG

pactsafe-angular-sdk

Version:

Angular SDK for easy Clickwrap/Browsewrap implementation leveraging PactSafe's JavaScript Library

29 lines (28 loc) 610 B
{ "name": "pactsafe-angular-sdk", "version": "0.1.2", "repository": { "type": "git", "url": "https://github.com/pactsafe/pactsafe-angular-sdk" }, "author": { "name": "Justin Willoughby", "email": "willoughby0114@gmail.com" }, "keywords": [ "pactsafe", "angular", "sdk" ], "license": "MIT", "bugs": { "url": "https://github.com/pactsafe/pactsafe-angular-sdk/issues" }, "module": "pactsafe-angular-sdk.js", "typings": "pactsafe-angular-sdk.d.ts", "peerDependencies": { "@angular/core": "^4.0.0", "rxjs": "^5.1.0", "zone.js": "^0.8.4" } }