forked from wictorwilen/gulp-spsync
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (42 loc) · 871 Bytes
/
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
{
"name": "gulp-spsync",
"version": "1.5.0",
"description": "Gulp plugin that syncs with a library in SharePoint Online",
"main": "index.js",
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/wictorwilen/gulp-spsync.git"
},
"keywords": [
"gulp",
"sharepoint",
"sync",
"file",
"tool",
"office365"
],
"dependencies": {
"through2": "^2.0.0",
"request-promise": "^1.0.2",
"url": "^0.11.0",
"gulp-util": "^3.0.7",
"util": "^0.10.3"
},
"author": "Wictor Wilén",
"license": "MIT",
"bugs": {
"url": "https://github.com/wictorwilen/gulp-spsync/issues"
},
"homepage": "https://github.com/wictorwilen/gulp-spsync",
"maintainers": [
{
"name": "wictor",
"email": "[email protected]"
}
],
"devDependencies": {
}
}