28 lines
488 B
JSON
28 lines
488 B
JSON
{
|
|
"name": "safename",
|
|
"main": "safename.js",
|
|
"version": "0.0.4",
|
|
"authors": [
|
|
"Jacobo Tabernero <jacobo@xarope.eu>"
|
|
],
|
|
"description": "Get safe file name from a given string.",
|
|
"moduleType": [
|
|
"globals",
|
|
"node"
|
|
],
|
|
"keywords": [
|
|
"safename",
|
|
"filename",
|
|
"diacritics"
|
|
],
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/jacoborus/safename",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
]
|
|
}
|