jquery.toaster icon indicating copy to clipboard operation
jquery.toaster copied to clipboard

Please add package.json

Open utdrmac opened this issue 7 years ago • 0 comments

yarn/npm package managers require this file. Please add a basic one. Here is example for you:

{
  "name": "jquery-toaster",
  "version": "1.0",
  "description": "Toaster-style notifications plugin for jQuery",
  "main": "jquery.toaster.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/scottoffen/jquery.toaster"
  },
  "keywords": [ "jquery", "plugin", "toaster", "toast", "growl" ],
  "author": "Scott Offen",
  "licenses": [{
    "type": "Apache-2.0",
    "url": "https://raw.githubusercontent.com/scottoffen/jquery.toaster/master/LICENSE"
  }],
  "bugs": {
    "url": "https://github.com/scottoffen/jquery.toaster/issues"
  }
}

utdrmac avatar Mar 30 '18 17:03 utdrmac