sharepoint-restful
Version:
a simple sharepoint REST api helper
23 lines (22 loc) • 522 B
JSON
{
"name": "sharepoint-restful",
"preferGlobal": true,
"version": "0.0.3",
"author": "Jarred Witt",
"description": "a simple sharepoint REST api helper",
"main": "./lib/SharePoint",
"repository": {
"type": "git",
"url": "https://github.com/jarredwitt/sharepoint-restful.git"
},
"keywords": "Sharepoint",
"dependencies": {
"rsvp": "~2.0.4",
"require": "~0.5.0",
"request": "~2.30.0",
"node-uuid": "~1.4.1",
"jsonml": "0.0.4",
"express": "~3.5.0"
},
"license": "MIT"
}