Skip to content

Commit

Permalink
Module details update
Browse files Browse the repository at this point in the history
  • Loading branch information
manishrw committed Sep 21, 2015
1 parent 4f459ea commit f571d0f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 11 deletions.
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,21 @@

```

[![NPM](https://nodei.co/npm/ultimate.png?downloads=false&stars=false)](https://npmjs.org/package/ultimate) [![NPM](https://nodei.co/npm-dl/ultimate.png?months=6)](https://npmjs.org/package/ultimate)

`ultimate` is a dependency library for [ultimate-seed](https://github.com/pilwon/ultimate-seed).
This is a fork of <a href="https://github.com/pilwon/node-ultimate">node-ultimate</a> by pilwon.

<h3>New-features:</h3>
<ul>
<li>Integrate elasticsearch to the module.</li>
</ul>

## Installation

$ npm install ultimate
$ npm install git://github.com/manishrw/node-ultimate.git

## Credits

* [Manish Wadhwani](https://github.com/manishrw) (creator, maintainer)
* [Pilwon Huh](https://github.com/pilwon) (creator, maintainer)
* [Brian Park](https://github.com/yaru22) (collaborator)

Expand All @@ -27,6 +32,7 @@
<pre>
The MIT License (MIT)

Copyright (c) 2015 Manish Wadhwani ([email protected])
Copyright (c) 2012-2014 Pilwon Huh

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand All @@ -46,6 +52,4 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
</pre>

[![Analytics](https://ga-beacon.appspot.com/UA-47034562-14/node-ultimate/readme?pixel)](https://github.com/pilwon/node-ultimate)
</pre>
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ultimate-medibox",
"description": "Dependency library for `Medibox-Core-Platform`.",
"name": "ultimate",
"description": "Dependency library for `ultimate-seed`.",
"version": "0.0.1",
"license": "MIT License",
"author": "Manish Wadhwani <[email protected]>",
Expand All @@ -9,13 +9,13 @@
"Pilwon Huh <[email protected]> (https://github.com/pilwon)",
"Brian Park <[email protected]> (https://github.com/yaru22)"
],
"homepage": "https://github.com/manishrw/ultimate-medibox",
"homepage": "https://github.com/manishrw/node-ultimate",
"repository": {
"type": "git",
"url": "git://github.com/manishrw/ultimate-medibox.git"
},
"keywords": [
"ultimate", "ultimate-medibox", "medibox"
"ultimate", "ultimate-seed", "elasticsearch"
],
"dependencies": {
"elasticsearch": "^8.0.1",
Expand Down Expand Up @@ -59,7 +59,7 @@
"test": "grunt test"
},
"bugs": {
"url": "https://github.com/manishrw/ultimate-medibox/issues"
"url": "https://github.com/manishrw/node-ultimate/issues"
},
"main": "index.js",
"directories": {
Expand Down

0 comments on commit f571d0f

Please sign in to comment.