bower.json
465 字节
{
"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"
]
}