Files
cdnjs/ajax/libs/humanize-plus/package.json
T

40 lines
713 B
JSON

{
"name": "humanize-plus",
"npmName": "humanize-plus",
"npmFileMap": [
{
"basePath": "/public/dist/",
"files": [
"humanize.min.js"
]
},
{
"basePath": "/public/src/",
"files": [
"humanize.js"
]
}
],
"filename": "humanize.min.js",
"version": "1.5.0",
"description": "A simple utility library for making the web more humane.",
"homepage": "https://github.com/HubSpot/humanize",
"keywords": [
"humanize",
"format",
"numbers",
"strings"
],
"maintainers": [
{
"name": "HubSpot"
}
],
"repositories": [
{
"type": "git",
"url": "https://github.com/HubSpot/humanize.git"
}
]
}