Security update to Drupal 8.4.6
[yaffs-website] / web / libraries / jquery.tocify.js-master / package.json
1 {
2   "name": "jquery.tocify",
3   "title": "jquery Tocify",
4   "description": "A jQuery plugin that creates a dynamic table of contents",
5   "version": "1.9.0",
6   "homepage": "http://gregfranko.com/jquery.tocify.js/",
7   "author": {
8     "name": "Greg Franko",
9     "email": "gfranko5@yahoo.com",
10     "url": "http://www.gregfranko.com"
11   },
12   "repository": {
13     "type": "git",
14     "url": "git://github.com/gfranko/jquery.tocify.js.git"
15   },
16   "bugs": {
17     "url": "https://github.com/gfranko/jquery.tocify.js/issues"
18   },
19   "licenses": [
20     {
21       "type": "MIT",
22       "url": "http://www.gregfranko.com/jquery.tocify.js/blob/master/LICENSE-MIT"
23     }
24   ],
25   "devDependencies": {
26     "grunt": "~0.4.1",
27     "grunt-contrib-uglify": "~0.2.0",
28     "grunt-contrib-jshint": "~0.3.0"
29   },
30   "keywords": ["jQuery", "jQueryUI", "Twitter Bootstrap", "Table of Contents Plugin"]
31 }