32 lines
678 B
JSON
32 lines
678 B
JSON
|
|
{
|
||
|
|
"author": "Andrew Nesbitt <andrewnez@gmail.com> (http://nesbitt.io)",
|
||
|
|
"name": "base62",
|
||
|
|
"description": "Javascript Base62 encode/decoder",
|
||
|
|
"keywords": [
|
||
|
|
"base-62",
|
||
|
|
"encoder",
|
||
|
|
"decoder"
|
||
|
|
],
|
||
|
|
"license": "MIT",
|
||
|
|
"version": "1.2.8",
|
||
|
|
"repository": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "git+https://github.com/andrew/base62.js.git"
|
||
|
|
},
|
||
|
|
"bugs": {
|
||
|
|
"url": "https://github.com/andrew/base62.js/issues"
|
||
|
|
},
|
||
|
|
"homepage": "https://github.com/andrew/base62.js",
|
||
|
|
"main": "base62.js",
|
||
|
|
"engines": {
|
||
|
|
"node": "*"
|
||
|
|
},
|
||
|
|
"scripts": {
|
||
|
|
"test": "mocha",
|
||
|
|
"benchmark": "node benchmark/benchmarks.js"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"mocha": "~4.0.1"
|
||
|
|
}
|
||
|
|
}
|