forked from SharePoint/PnP-JS-Core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
46 lines (46 loc) · 1.02 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
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": {
"es6-promise": "~3.1.2",
"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/",
"typings.json",
"buildtasks/",
"typings.json",
"docs/",
"typedoctheme/"
],
"repository": {
"type": "git",
"url": "git://github.com/OfficeDev/PnP-JS-Core/"
}
}