Merge tag 'upstream/1.7.1'
[debian_jquery-textcomplete.git] / package.json
blobd81f64ac229cf17204e53d96c43baef32394b92b
2   "author": "Yuku Takahashi <taka84u9@gmail.com>",
3   "name": "jquery-textcomplete",
4   "main": "dist/jquery.textcomplete",
5   "version": "1.7.1",
6   "homepage": "http://yuku-t.com/jquery-textcomplete",
7   "repository": {
8     "type": "git",
9     "url": "git+ssh://git@github.com/yuku-t/jquery-textcomplete.git"
10   },
11   "keywords": [
12     "jquery-plugin",
13     "zepto-plugin"
14   ],
15   "bugs": {
16     "url": "https://github.com/yuku-t/jquery-textcomplete/issues"
17   },
18   "license": "MIT",
19   "devDependencies": {
20     "grunt": "~0.4.1",
21     "grunt-contrib-concat": "~0.5.0",
22     "grunt-contrib-connect": "~0.3.0",
23     "grunt-contrib-uglify": "~0.2.2",
24     "grunt-contrib-watch": "~0.6.1",
25     "grunt-write-bower-json": "~0.0.1"
26   }