mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-03-21 17:25:10 -05:00
15 lines
465 B
JSON
15 lines
465 B
JSON
{
|
|
"name": "hashlib",
|
|
"author": "Illarionov Oleg",
|
|
"description": "lib for node which makes hashes",
|
|
"version": "1.0.1",
|
|
"contributors": [
|
|
{ "name": "Fedor Indutny", "email": "fedor.indutny@gmail.com" },
|
|
{ "name": "Seth Fitzsimmons", "email": "seth@mojodna.net" },
|
|
{ "name": "Wade Simmons", "email": "wade@wades.im" }
|
|
],
|
|
"main": "build/default/hashlib",
|
|
"directories": { "lib": "./build/default" },
|
|
"engines": { "node": ">= 0.2.0" }
|
|
}
|