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.
18 lines
465 B
18 lines
465 B
{
|
|
"name": "hashids",
|
|
"description": "Generate YouTube-like ids from numbers. Use Hashids when you do not want to expose your database ids to the user.",
|
|
"main": "dist/hashids.js",
|
|
"homepage": "https://github.com/ivanakimov/hashids.js",
|
|
"license": "MIT",
|
|
"authors": [
|
|
"Ivan Akimov <ivan@barreleye.com> (https://twitter.com/IvanAkimov)"
|
|
],
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"tests",
|
|
"package.json"
|
|
]
|
|
}
|