12345678910111213141516 |
- {
- "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"
- ]
- }
|