This repository has been archived on 2024-07-27. You can view files and clone it, but cannot push or open issues or pull requests.
keksAccountGUI/node_modulesOLD/object-hash/bower.json

16 lines
366 B
JSON
Raw Normal View History

2019-08-11 18:48:02 +00:00
{
"name": "object-hash",
"homepage": "https://github.com/puleos/object-hash",
"description": "Generate hashes from javascript objects in node and the browser",
"main": "dist/object_hash.js",
"author": "Scott Puleo <puleos@gmail.com>",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}