This repository has been archived by the owner on Aug 28, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 231
/
package.json
70 lines (70 loc) · 1.74 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "sp-pnp-js",
"version": "3.0.10",
"description": "A JavaScript library for SharePoint development.",
"main": "./lib/pnp.js",
"typings": "./lib/pnp",
"dependencies": {
"@microsoft/microsoft-graph-types": "1.1.0",
"@types/sharepoint": "2013.1.9"
},
"devDependencies": {
"@microsoft/microsoft-graph-types": "1.1.0",
"@types/chai": "4.1.0",
"@types/chai-as-promised": "7.1.0",
"@types/core-js": "0.9.44",
"@types/mocha": "2.2.46",
"ansi-colors": "1.0.1",
"chai": "4.1.2",
"chai-as-promised": "7.1.1",
"del": "3.0.0",
"fancy-log": "1.3.2",
"gulp": "3.9.1",
"gulp-istanbul": "1.1.3",
"gulp-jsdoc3": "1.0.1",
"gulp-mocha": "5.0.0",
"gulp-replace": "0.6.1",
"gulp-sourcemaps": "2.6.3",
"gulp-spsave": "3.1.0",
"gulp-tslint": "8.1.2",
"gulp-typescript": "3.2.3",
"jsdoc": "3.5.5",
"merge2": "1.2.1",
"mocha": "4.1.0",
"node-fetch": "1.7.3",
"plugin-error": "1.0.1",
"semver": "5.4.1",
"string-replace-loader": "1.3.0",
"ts-loader": "3.2.0",
"tslint": "5.8.0",
"typescript": "2.6.2",
"webpack": "3.10.0",
"webpack-dev-server": "2.10.1",
"yargs": "10.1.1"
},
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git://github.com/SharePoint/PnP-JS-Core"
},
"author": {
"name": "Microsoft and other contributors"
},
"license": "MIT",
"keywords": [
"sharepoint",
"office365",
"tools",
"spfx",
"sharepoint framework"
],
"bugs": {
"url": "https://github.com/SharePoint/PnP-JS-Core/issues"
},
"homepage": "https://github.com/SharePoint/PnP-JS-Core",
"browser": {
"./lib/net/nodefetchclient.js": "./lib/net/nodefetchclientbrowser.js"
}
}