~ubuntu-branches/ubuntu/trusty/jgrowl/trusty

« back to all changes in this revision

Viewing changes to jgrowl.jquery.json

  • Committer: Package Import Robot
  • Author(s): Matthias Schmitz
  • Date: 2013-08-15 00:19:41 UTC
  • Revision ID: package-import@ubuntu.com-20130815001941-lubw6p6px4ey6wi4
Tags: upstream-1.2.13+dfsg
ImportĀ upstreamĀ versionĀ 1.2.13+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
  "name": "jgrowl",
 
3
  "filename": "jquery.jgrowl.min.js",
 
4
  "title": "jQuery jGrowl",
 
5
  "description": "jGrowl is a jQuery plugin that raises unobtrusive messages within the browser, similar to the way that OS X's Growl Framework works. The idea is simple, deliver notifications to the end user in a noticeable way that doesn't obstruct the work flow and yet keeps the user informed.",
 
6
  "keywords": [
 
7
    "message",
 
8
    "toaster",
 
9
    "notification",
 
10
    "growl"
 
11
  ],
 
12
  "version": "1.2.13",
 
13
  "author": {
 
14
    "name": "Stan Lemon",
 
15
    "email": "stosh1985@gmail.com",
 
16
    "url": "http://stanlemon.net"
 
17
  },
 
18
  "maintainers": [
 
19
    {
 
20
      "name": "Stan Lemon",
 
21
      "email": "stosh1985@gmail.com",
 
22
      "url": "http://stanlemon.net"
 
23
    }
 
24
  ],
 
25
  "licenses": [
 
26
    {
 
27
      "type": "MIT",
 
28
      "url": "https://github.com/stanlemon/jGrowl/blob/master/LICENSE"
 
29
    }
 
30
  ],
 
31
  "bugs": "https://github.com/stanlemon/jGrowl/issues",
 
32
  "homepage": "https://github.com/stanlemon/jGrowl",
 
33
  "docs": "https://github.com/stanlemon/jGrowl",
 
34
  "download": "https://github.com/stanlemon/jGrowl/archive/master.zip",
 
35
  "dependencies": {
 
36
    "jquery": ">=1.4"
 
37
  }
 
38
}
 
 
b'\\ No newline at end of file'