forked from pRatikSathaye/sharepoint-auth
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
30 lines (30 loc) · 781 Bytes
/
package.json
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
28
29
30
{
"name": "sharepoint-auth",
"version": "1.0.3",
"description": "Sharepoint Authentication using REST API",
"main": "sharepoint.js",
"dependencies": {
"async": "^1.4.2",
"bluebird": "^2.10.2",
"lodash": "^3.10.1",
"request": "^2.54.0",
"xml2json": "^0.9.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/johndagostino/sharepoint-auth.git"
},
"keywords": [
"sharepoint",
"rest",
"sharepoint-auth",
"rest-authentication",
"sharepoint-rest-authentication"
],
"author": "Pratik Sathaye <pratik.sathe1987@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/johndagostino/sharepoint-auth/issues"
},
"homepage": "https://github.com/johndagostino/sharepoint-auth#readme"
}