@sysdoc/sharepoint-util
Version:
A utility library for SharePoint solutions
35 lines (34 loc) • 819 B
JSON
{
"name": "@sysdoc/sharepoint-util",
"version": "1.2.14",
"description": "A utility library for SharePoint solutions",
"main": "index.js",
"typings": "./typings",
"types": "./typings",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Utility",
"PowerShell",
"Provisioning",
"SharePoint"
],
"repository": {
"url": "https://github.com/suhdev/sharepoint-util",
"type": "git"
},
"author": "Suhail Abood <suhail.abood@gmail.com>",
"license": "ISC",
"dependencies": {
"@types/lodash": "^4.14.85",
"@types/mkdirp": "^0.5.1",
"@types/node": "^8.10.59",
"@types/nunjucks": "^3.0.0",
"colors": "^1.1.2",
"lodash": "^4.17.15",
"mkdirp": "^0.5.1",
"nunjucks": "^3.2.0",
"pretty-data": "^0.40.0"
}
}