forked from myspace-nu/jquery.fancyTable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 788 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": "jquery.fancytable",
"version": "1.0.21",
"description": "A jQuery plugin for making html tables searchable and sortable with pagination.",
"main": "dist/fancyTable.min.js",
"directories": {
"example": "example"
},
"scripts": {
"test": "grunt"
},
"repository": {
"type": "git",
"url": "git+https://github.com/myspace-nu/jquery.fancyTable.git"
},
"keywords": [
"jquery",
"table",
"searchable",
"sortable",
"pagination"
],
"author": "Johan Johansson",
"license": "MIT",
"bugs": {
"url": "https://github.com/myspace-nu/jquery.fancyTable/issues"
},
"homepage": "https://github.com/myspace-nu/jquery.fancyTable#readme",
"devDependencies": {
"grunt": "^1.3.0",
"grunt-contrib-uglify": "^5.0.0"
}
}