sp-attachment-library
Version:
This is library is used ro do attachments realted actions on a list item in Sharepoint Angular SPA Addins.
40 lines (39 loc) • 1.25 kB
JSON
{
"name": "sp-attachment-library",
"version": "1.0.1",
"description": "This is library is used ro do attachments realted actions on a list item in Sharepoint Angular SPA Addins.",
"keywords": [
"Angular",
"Library",
"Sharepoint",
"Attachment"
],
"peerDependencies": {
"@angular/common": "^7.2.0",
"@angular/core": "^7.2.0",
"@pnp/common": "^1.3.2",
"@pnp/odata": "^1.3.2",
"@pnp/sp": "^1.3.2",
"bootstrap": "^4.3.1",
"jquery": "^3.4.0",
"popper": "^1.0.1",
"@sweetalert2/ngx-sweetalert2": "^5.0.1",
"blob-util": "^2.0.2",
"@fortawesome/angular-fontawesome": "^0.3.0",
"@fortawesome/fontawesome-svg-core": "^1.2.17",
"@fortawesome/free-solid-svg-icons": "^5.8.1"
},
"main": "bundles/sp-attachment-library.umd.js",
"module": "fesm5/sp-attachment-library.js",
"es2015": "fesm2015/sp-attachment-library.js",
"esm5": "esm5/sp-attachment-library.js",
"esm2015": "esm2015/sp-attachment-library.js",
"fesm5": "fesm5/sp-attachment-library.js",
"fesm2015": "fesm2015/sp-attachment-library.js",
"typings": "sp-attachment-library.d.ts",
"metadata": "sp-attachment-library.metadata.json",
"sideEffects": false,
"dependencies": {
"tslib": "^1.9.0"
}
}