-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
33 lines (33 loc) · 859 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
{
"name": "gridifier",
"version": "2.0.3",
"description": "Library for grid layout sort/filter/drag and drop",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-compress": "~0.13.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-uglify": "~0.5.0",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-gzip": "^1.2.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.4.2"
},
"keywords": [
"grids",
"async-grids",
"grid-layouts"
],
"bugs": {
"url": "https://github.com/nix23/gridifier/issues",
"email": "[email protected]"
},
"main": "dist/gridifier.min.js",
"license": "SEE LICENSE IN license.txt",
"homepage": "http://gridifier.io",
"author": "Eduard Pleh <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/nix23/gridifier"
}
}