UNPKG

gulp-spsync-creds

Version:

Gulp plugin that syncs with a library in SharePoint Online and on-premises

61 lines (60 loc) 1.41 kB
{ "name": "gulp-spsync-creds", "version": "2.3.8", "description": "Gulp plugin that syncs with a library in SharePoint Online and on-premises", "main": "./release/index.js", "scripts": { "build": "tsc", "test": "mocha tests/test.js", "download-test": "mocha tests/download-test.js", "prepublish": "npm run build" }, "repository": { "type": "git", "url": "https://github.com/estruyf/gulp-spsync-creds.git" }, "keywords": [ "gulp", "sharepoint", "sync", "file", "tool", "office365", "on-premises" ], "author": "Elio Struyf", "license": "MIT", "bugs": { "url": "https://github.com/estruyf/gulp-spsync-creds/issues" }, "homepage": "https://github.com/estruyf/gulp-spsync-creds", "maintainers": [ { "name": "Elio Struyf", "email": "info@estruyf.be" } ], "dependencies": { "gulp-util": "3.0.8", "moment": "2.21.0", "sp-request": "2.1.3", "through2": "2.0.3", "util": "0.10.3" }, "devDependencies": { "@types/gulp-util": "3.0.34", "@types/request-promise": "^3.0.32", "@types/through2": "2.0.32", "chai": "3.5.0", "chai-fs": "1.0.0", "del": "^2.2.2", "gulp": "3.9.1", "gulp-sourcemaps": "2.5.1", "gulp-typescript": "3.1.6", "merge2": "1.0.3", "mocha": "3.2.0", "tslint": "5.0.0", "typescript": "^2.8.1", "vinyl": "2.0.1" } }