mirror of
https://github.com/laurent22/joplin.git
synced 2024-11-27 08:21:03 +02:00
34 lines
707 B
JSON
34 lines
707 B
JSON
{
|
|
"name": "@joplin/fork-uslug",
|
|
"version": "1.0.5",
|
|
"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.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"should": ">= 0.2.1"
|
|
},
|
|
"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"
|
|
}
|
|
]
|
|
}
|