-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 761 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 761 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
{
"name": "string-sanitizer",
"author": "Md Fazlul Karim <fazlulkarimrocky@gmail.com> (https://twitter.com/fazlulkarimweb)",
"description": "An intuitive & tiny string sanitizer to remove any special characters or convert strings to create filename or url 🎉🎉",
"version": "2.0.1",
"main": "index.js",
"repository": "github:fazlulkarimweb/string-sanitizer",
"license": "MIT",
"keywords": [
"string sanitizer",
"string validator",
"email validator",
"username validator",
"password validator",
"string filename",
"remove special characters",
"convert string",
"sanitize string",
"string url",
"string converter",
"special characters removal",
"custom string",
"beautiful string"
]
}