UNPKG

ngx-signaturepad

Version:
45 lines (44 loc) 1.36 kB
{ "name": "ngx-signaturepad", "version": "0.0.10", "description": "Fork of wulfsolter/angular2-signaturepad", "main": "index.js", "typings": "./index.d.ts", "scripts": { "prepare": "node ./node_modules/@angular/compiler-cli/src/main.js", "prepublishOnly": "node ./node_modules/@angular/compiler-cli/src/main.js", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/fclemonschool/ngx-signaturepad.git" }, "keywords": [ "signature", "sign", "finger", "canvas" ], "author": "Wulf Solter <wulf@wulf.co.nz> (http://wulf.co.nz)", "license": "MIT", "bugs": { "url": "https://github.com/fclemonschool/ngx-signaturepad/issues" }, "homepage": "https://github.com/fclemonschool/ngx-signaturepad#readme", "dependencies": { "signature_pad": "^2.3.2" }, "devDependencies": { "@angular/animations": "^11.2.10", "@angular/common": "^11.2.10", "@angular/compiler": "^11.2.10", "@angular/compiler-cli": "^11.2.10", "@angular/core": "^11.2.10", "@angular/platform-browser": "^11.2.10", "@angular/platform-browser-dynamic": "^11.2.10", "@angular/platform-server": "^11.2.10", "rxjs": "^6.6.7", "typescript": "^4.1.5", "zone.js": "^0.11.4" } }