-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 810 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
{
"name": "generic-file-validator",
"version": "4.2.0",
"description": "This package is designed to check file (MIME) type",
"main": "fileValidator.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/suryakant2000/file-validator.git"
},
"keywords": [
"file-validator",
"image-validator",
"image-extension-validator",
"audio-validator",
"audio-extension-validator",
"video-validator",
"video-extension-validator",
"document-validator",
"pdf-validator"
],
"author": "suryakant",
"license": "ISC",
"bugs": {
"url": "https://github.com/suryakant2000/file-validator/issues"
},
"homepage": "https://github.com/suryakant2000/file-validator#readme"
}