Skip to content

Commit

Permalink
Updating README and package.json (support for Jam)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomás Aparicio committed Feb 17, 2013
1 parent 8fb936f commit 0e3311f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ document.write('<p>MD5: <b>' + MD5 + '</b></p>');
</html>
```

### Server-Side
### Module

The library was builded using the CommonJS module standard, so the same code works in [Node](http://nodejs.org).

Expand All @@ -97,6 +97,12 @@ The library was builded using the CommonJS module standard, so the same code wor
$ npm install jshashes
```

Aditionaly, you can get jsHashes using [Jam](http://jamjs.org/) package manager.

```
$ jam install jshashes
```

A Node use example:

```javascript
Expand Down Expand Up @@ -169,6 +175,7 @@ See `client/benchmark.html` for client-side.
- Updated documentation
- New folders structure
- Added closure compiled and minimized library version
- Available from Jam package manager
* `0.1.5b`
- Added index.js for easy call the module in Node.js
- Updated documentation
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
, "bugs" : { "url" : "http://github.com/h2non/jsHashes/issues" }
, "engines" : {"node" : "*"}
, "main" : "hashes"
, "bin": {
"hashes": "./bin/hashes.js"
}
, "licenses": [
{
"type": "New BSD",
Expand Down

0 comments on commit 0e3311f

Please sign in to comment.