Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
14217 anikendra 1
{
2
  "licenses": [
3
    {
4
      "url": "https://github.com/twitter/typeahead.js/blob/master/LICENSE"
5
    }
6
  ],
7
  "dependencies": {
8
    "jquery": ">=1.7"
9
  },
10
  "docs": "https://github.com/twitter/typeahead.js",
11
  "demo": "http://twitter.github.com/typeahead.js/examples",
12
  "name": "typeahead.js",
13
  "title": "typeahead.js",
14
  "author": {
15
    "name": "Twitter, Inc.",
16
    "url": "https://twitter.com/twitteross"
17
  },
18
  "description": "fast and fully-featured autocomplete library",
19
  "keywords": [
20
    "typeahead",
21
    "autocomplete"
22
  ],
23
  "homepage": "http://twitter.github.com/typeahead.js",
24
  "bugs": "https://github.com/twitter/typeahead.js/issues",
25
  "maintainers": [
26
    {
27
      "name": "Jake Harding",
28
      "url": "https://twitter.com/JakeHarding"
29
    },
30
    {
31
      "name": "Tim Trueman",
32
      "url": "https://twitter.com/timtrueman"
33
    },
34
    {
35
      "name": "Veljko Skarich",
36
      "url": "https://twitter.com/vskarich"
37
    }
38
  ],
39
  "version": "0.10.5"
40
}