forked from SharePoint/PnP-JS-Core
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
60 lines (60 loc) · 1.47 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
{
"name": "sp-pnp-js",
"version": "1.0.2",
"description": "A reusable JavaScript library targeting SharePoint client-side development.",
"main": "./lib/pnp.js",
"typings": "./lib/pnp",
"dependencies": {
"es6-promise": "~3.1.2",
"whatwg-fetch": "^0.11.0"
},
"devDependencies": {
"browser-sync": "^2.11.1",
"browserify": "^13.0.0",
"chai": "^3.5.0",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.1",
"gulp-header": "1.8.2",
"gulp-istanbul": "^0.10.3",
"gulp-jsdoc3": "^0.2.0",
"gulp-mocha": "^2.2.0",
"gulp-plumber": "^1.0.1",
"gulp-print": "^2.0.1",
"gulp-replace": "~0.5.4",
"gulp-sourcemaps": "^1.6.0",
"gulp-spsave": "^2.0.0",
"gulp-tslint": "^4.3.2",
"gulp-typescript": "^2.11.0",
"gulp-uglify": "^1.5.3",
"merge2": "^1.0.2",
"mocha": "*",
"node-fetch": "^1.4.1",
"run-sequence": "^1.1.5",
"tslint": "^3.4.0",
"typescript": "^1.7.5",
"typings": "^1.0.4",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"scripts": {
"test": "gulp test",
"postinstall": "typings install"
},
"repository": {
"type": "git",
"url": "git://github.com/OfficeDev/PnP-JS-Core"
},
"author": {
"name": "Microsoft and other contributors"
},
"license": "MIT",
"keywords": [
"sharepoint",
"office365",
"tools"
],
"bugs": {
"url": "https://github.com/OfficeDev/PnP-JS-Core/issues"
},
"homepage": "https://github.com/OfficeDev/PnP-JS-Core"
}