zyb 0c0b5d869c 加入了node_modules
添加了新的功能项
2025-05-13 21:23:41 +08:00

19 lines
549 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "speakingurl",
"version": "14.0.1",
"description": "Generate a slug transliteration with a lot of options",
"main": "lib/speakingurl.js",
"homepage": "http://pid.github.io/speakingurl/",
"bugs": "https://github.com/pid/speakingurl/issues",
"repository": {
"type": "git",
"url": "git://github.com/pid/speakingurl.git"
},
"licenses": [{
"type": "BSD",
"url": "https://raw.github.com/pid/speakingurl/master/LICENSE"
}],
"ignore": [
"node_modules"
]
}