You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
617 B
30 lines
617 B
{
|
|
"name": "uslug",
|
|
"version": "1.0.4",
|
|
"description": "A permissive slug generator that works with unicode.",
|
|
"author": "Jeremy Selier <jerem.selier@gmail.com>",
|
|
"dependencies": {
|
|
"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"
|
|
}
|
|
]
|
|
}
|