-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 759 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 759 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": "sharepointjsfiles",
"version": "3.0.0",
"description": "All this JS files is dependent on jQuery and it works only in SharePoint environment",
"keywords": [
"SharePoint 2013",
"SharePoint Online",
"SharePoint PeoplePicker",
"SharePoint CRUD Operation",
"SharePoint Export to excel from view"
],
"dependencies": {
"jquery": ">=3.5.0",
"sp.js": "SharePoint 2013",
"sp.ui.dialog.js": "SharePoint 2013"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ajDon/SharePointJSFiles.git"
},
"author": "Ajay Sahu",
"license": "MIT",
"bugs": {
"url": "https://github.com/ajDon/SharePointJSFiles/issues"
},
"homepage": "https://github.com/ajDon/SharePointJSFiles#readme"
}