-
-
Notifications
You must be signed in to change notification settings - Fork 758
/
package.json
35 lines (35 loc) · 1.02 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
{
"name": "wookmark",
"version": "2.2.0",
"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": {
"docco": "^0.8.0",
"eslint": "~2.7",
"grunt": "~0.4",
"grunt-cli": "~0.1",
"grunt-contrib-jshint": "~0.12",
"grunt-contrib-uglify": "~0.5",
"grunt-docco": "~0.3",
"grunt-gh-pages": "~0.10"
},
"scripts": {
"build": "grunt",
"deploy": "grunt deploy"
}
}