1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-09 08:45:55 +02:00
joplin/packages/fork-uslug/package.json
2023-02-26 12:37:29 +00:00

34 lines
702 B
JSON

{
"name": "@joplin/fork-uslug",
"version": "1.0.8",
"description": "A permissive slug generator that works with unicode.",
"author": "Jeremy Selier <jerem.selier@gmail.com>",
"publishConfig": {
"access": "public"
},
"dependencies": {
"node-emoji": "1.11.0",
"unorm": "1.6.0"
},
"devDependencies": {
"should": "13.2.3"
},
"repository": {
"type": "git",
"url": "http://github.com/jeremys/uslug.git"
},
"main": "./index",
"engines": {
"node": ">= 0.4.0"
},
"bugs": {
"url": "http://github.com/jeremys/uslug/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/jeremys/uslug/raw/master/LICENSE"
}
]
}