-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 721 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 721 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "node-sharepoint-rest",
"version": "0.0.6",
"main": "index.js",
"author": "Mike Kunze <mkunze@energy.wisc.edu>",
"description": "On Premise SharePoint 2013 REST API wrapper. Requires basic auth to be enabled on SharePoint",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/PortalGNU/node-sharepoint-rest/blob/master/LICENSE"
}
],
"repository": {
"type": "git",
"url": "https://github.com/PortalGNU/node-sharepoint-rest.git"
},
"keywords": [
"sharepoint",
"2013",
"REST",
"wrapper"
],
"dependencies": {
"coffee-script": "*",
"request": "*"
}
}