{"_id":"amaranjs","_rev":"3-609850c376fbfa5914004748246b326b","name":"amaranjs","description":"Nice, sleek and stylish notifications.","dist-tags":{"latest":"0.5.5"},"versions":{"0.5.4":{"name":"amaranjs","title":"AmaranJS","description":"Nice, sleek and stylish notifications.","author":{"name":"Hakan ERSU"},"homepage":"http://hakanersu.github.io/AmaranJS/","version":"0.5.4","devDependencies":{"gulp":"*","gulp-ruby-sass":"*","gulp-autoprefixer":"*","gulp-minify-css":"*","gulp-jshint":"*","gulp-uglify":"*","gulp-imagemin":"*","gulp-rename":"*","gulp-clean":"*","gulp-concat":"*","gulp-notify":"*","gulp-cache":"*","gulp-livereload":"*","tiny-lr":"*","gulp-coffee":"*","gulp-plumber":"*"},"gitHead":"8b6fd19d531b14e86c69ecc470f0350705bf856c","_id":"amaranjs@0.5.4","scripts":{},"_shasum":"b9f096cb721e27b03cb04dd931a8e682ec76b018","_from":".","_npmVersion":"3.10.9","_nodeVersion":"7.2.0","_npmUser":{"name":"xuma","email":"darkxuma@gmail.com"},"dist":{"shasum":"b9f096cb721e27b03cb04dd931a8e682ec76b018","tarball":"https://registry.npmjs.org/amaranjs/-/amaranjs-0.5.4.tgz","integrity":"sha512-4xZPtSqxW9kU148FjDEaW4Oqz+I8wTZmT6oOJx6vQDGtymJ0Gt/tojRy9UtN6hofaFbBqLijvCr4BCVdJvX4Xg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICEuXPiPvBXiUTCFoNiUC7hpPlp4jt37ybj+XnGvAytrAiBIeIScgVo9wYQIRV3g5gAR479UCFEhqop2LhEpXbjRBg=="}]},"maintainers":[{"name":"xuma","email":"darkxuma@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/amaranjs-0.5.4.tgz_1485436258730_0.7448378591798246"}},"0.5.5":{"name":"amaranjs","title":"AmaranJS","description":"Nice, sleek and stylish notifications.","author":{"name":"Hakan ERSU"},"homepage":"http://hakanersu.github.io/AmaranJS/","version":"0.5.5","devDependencies":{"gulp":"*","gulp-ruby-sass":"*","gulp-autoprefixer":"*","gulp-minify-css":"*","gulp-jshint":"*","gulp-uglify":"*","gulp-imagemin":"*","gulp-rename":"*","gulp-clean":"*","gulp-concat":"*","gulp-notify":"*","gulp-cache":"*","gulp-livereload":"*","tiny-lr":"*","gulp-coffee":"*","gulp-plumber":"*"},"gitHead":"f4e7800f86c566e06bf1aa5843aba05920e3f023","_id":"amaranjs@0.5.5","scripts":{},"_shasum":"2e8e38328a803a1700bc1a8874906def25db4473","_from":".","_npmVersion":"3.10.9","_nodeVersion":"7.2.0","_npmUser":{"name":"xuma","email":"darkxuma@gmail.com"},"dist":{"shasum":"2e8e38328a803a1700bc1a8874906def25db4473","tarball":"https://registry.npmjs.org/amaranjs/-/amaranjs-0.5.5.tgz","integrity":"sha512-gBdTWJBp1+7SXpdVDJ3+P6MPozHBjtwdpQ+WDGdfBx40vf/cZJlfm5PiXsdQTRf9kAvHr02pwLO5L/h615v9Sw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDWhZed4AycVj9iSIfDNSzwy+ibHh9bWhJbCfcmiNQafwIgZjEAY3sp8XHQFjnlFfYx8JKqNFyzsXPbChSoBnvswh0="}]},"maintainers":[{"name":"xuma","email":"darkxuma@gmail.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/amaranjs-0.5.5.tgz_1485436339442_0.18994545238092542"}}},"readme":"AmaranJS jQuery Notification Plugin\n============\nNice, sleek and stylish notifications.\n\n[Demo & Documentation](http://www.amaranjs.com/) \n\n> [AmaranJS Laravel 5 Package](https://github.com/hakanersu/amaran-laravel)\n\nYou can test  AmaranJS & Animate.css effects [ Test Tool ](http://codepen.io/hakanersu/pen/iqzJA) \n\n## What is new and What is changed\n\n\n * Blur Theme ,Rounded Theme and Read More theme removed.\n * All javascript codes ported to coffee and css to sass.\n * [Animate.css](http://daneden.github.io/animate.css/) and options added for alternative css3 effects.\n\n## Some Features\n\nHere is the some basic features of AmaranJS.But i  recommend that review the examples and check demos.\n\n * Easy notification creation.\n * Unique notification animations.\n * Included stylish themes.\n * Easily adapt your own themes.\n * Callbacks\n\n## Installation\n\nGo to dist directory and copy all the folders to a new destination, which will be your project home.\n\nIt’s not required, but i recommend placing CSS files in ```<head>``` and JavaScript files and initialization code in the footer of your site (before the closing ```</body>``` tag).\n\njQuery required for **Amaran JS**.If you already have jquery.js on your site, don’t include it a second time, or use **jQuery.noConflict();** mode\n\n```html\n<link rel=\"stylesheet\" href=\"/css/amaran.min.css\">\n```\nYou can add jQuery via Google CDN\n\n```html\n<script src=\"//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js\"></script>\n```\n\nPlace Amaran JS after jQuery\n\n```html\n<script src=\"/js/jquery.amaran.js\"></script>\n```\nSo minimalistic setup look like this\n\n```html\n<!DOCTYPE html>\n<html>\n<head>\n    <title>My Web Page</title>\n    <link rel=\"stylesheet\" href=\"/css/amaran.min.css\">\n</head>\n<body>\n    <p>My Content</p>\n    <script src=\"//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js\"></script>\n    <script src=\"/js/jquery.amaran.js\"></script>\n</body>\n</html>\n```\n\n### Optional Steps\n\n * Awesome theme uses fontawesome if you want to use  awesome theme you have to include fontawesome.\n\n```html\n<link href=\"//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css\" rel=\"stylesheet\">\n```\n * If you want to use [Animate.css](http://daneden.github.io/animate.css/) effects you have to include [Animate.css](http://daneden.github.io/animate.css/) . [Animate.css](http://daneden.github.io/animate.css/) already included dist/css folder.\n \n```html\n<link rel=\"stylesheet\" href=\"/css/animate.min.css\">\n```\n## Usage\nAmaranJS included 4 theme (for now).\n\nVery basic usage ,not include any theme.\n```javascript\n$(function(){\n    $.amaran({'message':'My first example!'});\n});\n```\nIf you want to use included themes , you have to pass content object with desired fields.\n\nAwesome theme usage.\n\n```javascript\n$.amaran({\n    content:{\n        title:'My first funcy example!',\n        message:'1.4 GB',\n        info:'my_birthday.mp4',\n        icon:'fa fa-download'\n    },\n    theme:'awesome ok'\n});\n\n```\n\n\n","maintainers":[{"name":"xuma","email":"darkxuma@gmail.com"}],"time":{"modified":"2022-06-13T02:42:58.677Z","created":"2017-01-26T13:10:59.398Z","0.5.4":"2017-01-26T13:10:59.398Z","0.5.5":"2017-01-26T13:12:20.104Z"},"homepage":"http://hakanersu.github.io/AmaranJS/","author":{"name":"Hakan ERSU"},"readmeFilename":"README.md"}