forked from germanysbestkeptsecret/Wookmark-jQuery
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 884 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 884 Bytes
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": "wookmark-node",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "https://github.com/clarketm/wookmark-node"
},
"description": "Javascript plugin for laying out elements of varying heights in a column-based grid. It also contains support for filtering and sorting items.",
"main": "wookmark.min.js",
"keywords": [
"grid",
"ui"
],
"license": "MIT",
"bugs": "https://github.com/clarketm/wookmark-node/issues",
"homepages": [
"https://www.travismclarke.com",
"http://plugin.wookmark.com"
],
"authors": [
"clarketm <travis.m.clarke@gmail.com>"
],
"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"
}
}