+10
-10
| { | ||
| "name": "emojic", | ||
| "version": "1.0.0", | ||
| "version": "1.1.0", | ||
| "description": "Emoji in your Node.js command line apps.", | ||
@@ -39,11 +39,11 @@ "main": "lib/index.js", | ||
| "blah": { | ||
| "description": "In the screenshot below I'm using a Linux terminal emulator which doesn't support *colorful* emoji (in the way like OS X does).", | ||
| "h_img": "http://i.imgur.com/bflsgPt.png", | ||
| "ex_img": "http://i.imgur.com/o0DJDca.png", | ||
| "thanks": "Thanks to [**@muan**](https://github.com/muan) for creating the [`emojilib`](https://github.com/muan/emojilib) project we use here. :sparkles:", | ||
| "documentation": [ | ||
| "Require the library using `var emojic = require(\"emojic\")`. Then you can use the camel case notation for the emoji names (like in the example). Visit [emoji.muan.co](http://emoji.muan.co) to search the icons.", | ||
| "For example, if you want to display in console `:heart_eyes:` (:heart_eyes:), you will use `console.log(emojic.heartEyes)` (notice the camelCaseStyle)" | ||
| ] | ||
| "description": "In the screenshot below I'm using a Linux terminal emulator which doesn't support *colorful* emoji (in the way like OS X does).", | ||
| "h_img": "http://i.imgur.com/bflsgPt.png", | ||
| "ex_img": "http://i.imgur.com/o0DJDca.png", | ||
| "thanks": "Thanks to [**@muan**](https://github.com/muan) for creating the [`emojilib`](https://github.com/muan/emojilib) project we use here. :sparkles:", | ||
| "documentation": [ | ||
| "Require the library using `var emojic = require(\"emojic\")`. Then you can use the camel case notation for the emoji names (like in the example). Visit [emoji.muan.co](http://emoji.muan.co) to search the icons.", | ||
| "For example, if you want to display in console `:heart_eyes:` (:heart_eyes:), you will use `console.log(emojic.heartEyes)` (notice the camelCaseStyle)" | ||
| ] | ||
| } | ||
| } | ||
| } |
+6
-3
@@ -14,3 +14,3 @@ [](#) | ||
| ```sh | ||
| $ npm i emojic | ||
| $ npm i --save emojic | ||
| ``` | ||
@@ -55,5 +55,7 @@ | ||
| - [`tester`](https://github.com/IonicaBizau/tester#readme) | ||
| ## License | ||
| MIT © [Ionică Bizău][website] | ||
| [MIT][license] © [Ionică Bizău][website] | ||
@@ -63,4 +65,5 @@ [paypal-donations]: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=RVXDDLKKLQRJW | ||
| [license]: http://showalicense.com/?fullname=Ionic%C4%83%20Biz%C4%83u%20%3Cbizauionica%40gmail.com%3E%20(http%3A%2F%2Fionicabizau.net)&year=2015#license-mit | ||
| [website]: http://ionicabizau.net | ||
| [contributing]: /CONTRIBUTING.md | ||
| [docs]: /DOCUMENTATION.md | ||
| [docs]: /DOCUMENTATION.md |
9046
2.42%66
3.13%