forked from neokoenig/jQuery-gridmanager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 954 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
36
37
38
{
"name": "gridmanager",
"version": "0.3.1",
"description": "jQuery GridManager",
"keywords": [
"jquery-plugin"
],
"homepage": "http://neokoenig.github.io/jQuery-gridmanager/",
"author": {
"name": "Tom King",
"email": "tom@oxalto.co.uk",
"url": "https://github.com/neokeonig"
},
"repository": {
"type": "git",
"url": "https://github.com/neokoenig/jQuery-gridmanager.git"
},
"licenses": [
{
"type": "MIT"
}
],
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-connect": "~0.5.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-jshint": "~0.7.2",
"grunt-contrib-qunit": "~0.3.0",
"grunt-contrib-less": "^0.11.1",
"grunt-contrib-uglify": "~0.2.7",
"grunt-contrib-watch": "~0.5.3",
"jshint-stylish": "~0.1.3",
"load-grunt-tasks": "~0.2.0",
"time-grunt": "~0.2.3"
}
}