forked from SharePoint/PnP-JS-Core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.61 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
{
"name": "sp-pnp-js",
"version": "2.0.5",
"description": "A JavaScript library for SharePoint development.",
"main": "./lib/pnp.js",
"typings": "./lib/pnp",
"dependencies": {
"@types/sharepoint": "^2013.1.2"
},
"devDependencies": {
"@types/chai": "^3.4.35",
"@types/chai-as-promised": "^0.0.30",
"@types/core-js": "^0.9.37",
"@types/mocha": "^2.2.40",
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-istanbul": "^1.0.0",
"gulp-jsdoc3": "^1.0.1",
"gulp-mocha": "^3.0.1",
"gulp-replace": "^0.5.4",
"gulp-sourcemaps": "^1.9.1",
"gulp-spsave": "^3.0.0",
"gulp-tslint": "^7.1.0",
"gulp-typescript": "^3.1.5",
"gulp-util": "^3.0.8",
"jsdoc": "^3.4.3",
"merge2": "^1.0.2",
"mocha": "^3.0.2",
"node-fetch": "^1.4.1",
"semver": "^5.3.0",
"string-replace-loader": "^1.1.0",
"ts-loader": "^2.0.1",
"tslint": "^4.4.2",
"typescript": "^2.2.1",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.4.1",
"yargs": "^6.0.0"
},
"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"
}
}