forked from gfranko/jquery.tocify.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 864 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "jquery.tocify",
"title": "jquery Tocify",
"description": "A jQuery plugin that creates a dynamic table of contents",
"version": "1.7.0",
"homepage": "http://gregfranko.com/jquery.tocify.js/",
"author": {
"name": "Greg Franko",
"email": "[email protected]",
"url": "http://www.gregfranko.com"
},
"repository": {
"type": "git",
"url": "git://github.com/gfranko/jquery.tocify.js.git"
},
"bugs": {
"url": "https://github.com/gfranko/jquery.tocify.js/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.gregfranko.com/jquery.tocify.js/blob/master/LICENSE-MIT"
}
],
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-jshint": "~0.3.0"
},
"keywords": ["jQuery", "jQueryUI", "Twitter Bootstrap", "Table of Contents Plugin"]
}