-
-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 674 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 674 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
{
"name": "restables",
"version": "1.0.0",
"main": "restables.min.js",
"author": "Kamil Kuzminski <kamil.kuzminski@codefog.pl>",
"repository": {
"type": "git",
"url": "https://github.com/codefog/restables.git"
},
"description": "The jQuery plugin for responsive tables.",
"keywords": [
"mobile",
"responsive",
"table",
"tables"
],
"license": "MIT",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-minify-css": "^1.2.2",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.1"
}
}