forked from germanysbestkeptsecret/Wookmark-jQuery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.1 KB
/
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
{
"name": "wookmark",
"version": "2.1.2",
"repository": "https://github.com/germanysbestkeptsecret/Wookmark-jQuery.git",
"description": "Javascript plugin for laying out elements of varying heights in a column-based grid. It also contains support for filtering and sorting items. A lot of examples are included showing how to use all the available options.",
"keywords": [
"grid",
"ui"
],
"license": "MIT",
"main": "wookmark.js",
"bugs": "https://github.com/germanysbestkeptsecret/Wookmark-jQuery/issues",
"homepage": "http://plugin.wookmark.com",
"author": "Christoph Ono <[email protected]>",
"contributors": [
{
"name": "Sebastian Helzle",
"email": "[email protected]"
}
],
"devDependencies": {
"bower": "~1.4.1",
"eslint": "^2.7.0",
"grunt": "~0.4.5",
"grunt-cli": "~0.1.13",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-uglify": "~0.5.1",
"grunt-docco": "~0.3.3",
"grunt-gh-pages": "~0.10.0"
},
"scripts": {
"update": "bower cache clean && bower install && grunt",
"build": "grunt",
"deploy": "grunt deploy"
}
}