forked from johnpolacek/stacktable.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 699 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 699 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
{
"name": "stacktable.js",
"title": "stacktable.js",
"version": "1.0.2",
"description": "jQuery plugin for stacking tables on small screens",
"main": "stacktable.js",
"repository": {
"type": "git",
"url": "https://github.com/johnpolacek/stacktable.js.git"
},
"keywords": [
"js",
"javascript",
"jquery",
"tables"
],
"devDependencies": {
"onchange": "latest"
},
"author": {
"name": "John Polacek",
"url": "http://www.johnpolacek.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/johnpolacek/stacktable.js/issues"
},
"homepage": "http://johnpolacek.github.com/stacktable.js/",
"files": [
"stacktable.js"
]
}