sponline
Version:
sponline allows you to perform basic operations againts SharePoint Online.
34 lines • 781 B
JSON
{
"name": "sponline",
"version": "0.1.5",
"description": "sponline allows you to perform basic operations againts SharePoint Online.",
"main": "sponline.js",
"scripts": {
"test": "mocha test"
},
"repository": {
"type": "git",
"url": "https://github.com/munjalpatel/sponline"
},
"keywords": [
"sponline",
"SharePoint",
"SharePoint Online",
"Office 365"
],
"author": "Munjal Patel <munjal@munpat.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/munjalpatel/sponline/issues"
},
"homepage": "https://github.com/munjalpatel/sponline",
"devDependencies": {
"chai": "^1.10.0"
},
"dependencies": {
"jwt-simple": "^0.2.0",
"oauth": "^0.9.12",
"url": "^0.10.1",
"validator": "^3.26.0"
}
}