spfxrestapi
Version:
Sharepoint Custom Rest Api callbacks
33 lines • 726 B
JSON
{
"name": "spfxrestapi",
"version": "1.0.0",
"description": "Sharepoint Custom Rest Api callbacks",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vinaunder/spfxrestapi.git"
},
"keywords": [
"Sharepoint",
"SPFX",
"Sharepoint Framework",
"Microsoft 365",
"Office 365",
"Sharepoint",
"Sharepoint",
"Rest",
"Api"
],
"author": "Vinicius Costa",
"license": "ISC",
"bugs": {
"url": "https://github.com/vinaunder/spfxrestapi/issues"
},
"homepage": "https://github.com/vinaunder/spfxrestapi#readme",
"dependencies": {
"jquery": "3.5.0"
}
}