forked from gitbrent/SpRestLib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
42 lines (42 loc) · 1.01 KB
/
bower.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
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "sprestlib",
"description": "SharePoint REST Web Services JavaScript Library",
"main": [
"dist/sprestlib.js"
],
"dependencies": {
"promise": "^0.2.2"
},
"authors": [
"Brent Ely <https://github.com/gitbrent>"
],
"license": "MIT",
"keywords": [
"javascript-rest-library",
"javascript-sharepoint-rest",
"javascript-sharepoint-services",
"javascript-sharepoint-web-services",
"javascript-sp-web-services",
"sharepoint-javascript",
"sharepoint-javascript-framework",
"sharepoint-javascript-library",
"sharepoint-javascript-list",
"sharepoint-javascript-rest",
"sharepoint-javascript-webpart",
"sharepoint-angular",
"sharepoint-react",
"sharepoint-node",
"sharepoint-rest-api",
"sharepoint-rest-library",
"sharepoint-web-services",
"sharepoint-web-services-library"
],
"homepage": "https://gitbrent.github.io/SpRestLib/",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}