Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
14217 anikendra 1
{
2
  "name": "typeahead.js",
3
  "description": "fast and fully-featured autocomplete library",
4
  "keywords": [
5
    "typeahead",
6
    "autocomplete"
7
  ],
8
  "homepage": "http://twitter.github.com/typeahead.js",
9
  "bugs": "https://github.com/twitter/typeahead.js/issues",
10
  "repository": {
11
    "type": "git",
12
    "url": "https://github.com/twitter/typeahead.js.git"
13
  },
14
  "author": {
15
    "name": "Twitter, Inc.",
16
    "url": "https://twitter.com/twitteross"
17
  },
18
  "contributors": [
19
    {
20
      "name": "Jake Harding",
21
      "url": "https://twitter.com/JakeHarding"
22
    },
23
    {
24
      "name": "Tim Trueman",
25
      "url": "https://twitter.com/timtrueman"
26
    },
27
    {
28
      "name": "Veljko Skarich",
29
      "url": "https://twitter.com/vskarich"
30
    }
31
  ],
32
  "devDependencies": {
33
    "chai": "^1.9.1",
34
    "colors": "^0.6.2",
35
    "grunt": "~0.4",
36
    "grunt-concurrent": "^0.5.0",
37
    "grunt-contrib-clean": "~0.4.0",
38
    "grunt-contrib-concat": "~0.1",
39
    "grunt-contrib-connect": "~0.1",
40
    "grunt-contrib-jshint": "~0.8",
41
    "grunt-contrib-uglify": "~0.2.6",
42
    "grunt-contrib-watch": "~0.2",
43
    "grunt-exec": "~0.4.5",
44
    "grunt-sed": "~0.1",
45
    "grunt-step": "~0.2.0",
46
    "karma": "~0.8.6",
47
    "mocha": "^1.20.1",
48
    "semver": "~1.1.3",
49
    "underscore": "^1.6.0",
50
    "yiewd": "^0.5.0"
51
  },
52
  "scripts": {
53
    "test": "./node_modules/.bin/karma start --single-run --browsers PhantomJS"
54
  },
55
  "version": "0.10.5",
56
  "main": "dist/typeahead.bundle.js"
57
}