-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 847 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 847 Bytes
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
{
"name": "@creativeacer/spnamevalidator",
"version": "8.1.1",
"description": "SharePoint - Custom Input Validator",
"license": "MIT",
"scripts": {
"test": "mocha **/*.spec.ts",
"coveragetest": "nyc mocha **/*.spec.ts",
"coveragehtmltest": "nyc --reporter=html mocha **/*.spec.ts"
},
"keywords": [
"SharePoint",
"SharePoint 2013",
"SharePoint 2016",
"validation",
"SharePoint Online",
"Custom",
"Custom Validation",
"Validator"
],
"repository": {
"type": "git",
"url": "https://github.com/CreativeAcer/spnamevalidator.git"
},
"homepage": "https://creativeacer.github.io/spnamevalidator/",
"devDependencies": {
"@types/mocha": "^5.2.5",
"@types/node": "^10.12.0",
"mocha": "^5.2.0",
"nyc": "^13.1.0"
},
"typeRoots": [
"./node_modules/@types"
]
}