UNPKG

uma-sp

Version:

Utility functions to interact with SharePoint Online that builds on top of PnP-JS-Core.

35 lines (34 loc) 864 B
{ "name": "uma-sp", "version": "1.0.14", "description": "Utility functions to interact with SharePoint Online that builds on top of PnP-JS-Core.", "main": "./dist/uma.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc", "prepublish": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/UMAknow/uma-sp.git" }, "keywords": [ "SharePoint" ], "author": "\"umaknow <pierre@umaknow.com>", "license": "ISC", "bugs": { "url": "https://github.com/UMAknow/uma-sp/issues" }, "homepage": "https://github.com/UMAknow/uma-sp#readme", "dependencies": { "jquery": "^3.2.1", "lodash": "^4.17.4", "sp-pnp-js": "^2.0.3" }, "devDependencies": { "@types/jquery": "^2.0.41", "@types/lodash": "^4.14.62", "typescript": "^2.2.2" } }