forked from paulkinzett/toolbar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 715 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
{
"name": "toolbar.js",
"title": "Toolbar.js",
"description": "A jQuery plugin that creates tooltip style toolbars.",
"version": "1.0.0",
"homepage": "http://paulkinzett.github.com/toolbar",
"author": {
"name": "Paul Kinzett",
"url": "http://kinzett.co.nz/"
},
"repository": {
"type": "git",
"url": "https://github.com/paulkinzett/toolbar.git"
},
"bugs": {
"url": "https://github.com/paulkinzett/toolbar/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://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"
}
}