forked from paulkinzett/toolbar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 876 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
32
33
34
35
{
"name": "jquery-toolbar",
"title": "jQuery Toolbar",
"description": "A jQuery plugin that creates tooltip style toolbars.",
"version": "1.1.0",
"homepage": "http://paulkinzett.github.com/toolbar",
"author": {
"name": "Paul Kinzett",
"url": "http://kinzett.co.nz/"
},
"main": "jquery.toolbar.js",
"repository": {
"type": "git",
"url": "https://github.com/paulkinzett/toolbar.git"
},
"bugs": {
"url": "https://github.com/paulkinzett/toolbar/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/paulkinzett/toolbar/blob/master/LICENSE.txt"
}
],
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.1.1",
"grunt-contrib-nodeunit": "~0.1.2",
"grunt-contrib-uglify": "~0.2",
"grunt-contrib-less": "~0.7.0"
},
"dependencies": {
"jquery": "^2.2.1"
}
}