forked from SharePoint/PnP-JS-Core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
46 lines (45 loc) · 1009 Bytes
/
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
43
44
45
46
{
"name": "sp-pnp-js",
"description": "A reusable JavaScript library targeting SharePoint client-side development.",
"main": "dist/pnp.js",
"authors": [
"Microsoft and other contributors"
],
"dependencies": {
"whatwg-fetch": "^0.11.0"
},
"keywords": [
"sharepoint",
"office365",
"tools"
],
"license": "MIT",
"homepage": "https://github.com/OfficeDev/PnP-JS-Core",
"moduleType": [
"amd",
"globals",
"node"
],
"ignore": [
"**/.*",
"gulpfile.js",
"jsconfig.json",
"settings.js",
"settings.example.js",
"package.json",
"tsconfig.json",
"tslint.json",
"server-root/",
"src/",
"tests/",
"assets",
"typings.json",
"gulptasks/",
"typings.json",
"debug/"
],
"repository": {
"type": "git",
"url": "git://github.com/OfficeDev/PnP-JS-Core/"
}
}