-
Notifications
You must be signed in to change notification settings - Fork 170
/
package.json
46 lines (46 loc) · 1.18 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
36
37
38
39
40
41
42
43
44
45
46
{
"name": "jquery-resizable-columns",
"title": "jQuery Resizable Columns",
"description": "Resizable table columns for jQuery",
"version": "0.2.3",
"author": "Adam Becker <[email protected]> (http://ada.mbecker.cc)",
"homepage": "http://dobtco.github.io/jquery-resizable-columns/",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/dobtco/jquery-resizable-columns.git"
},
"bugs": {
"url": "http://github.com/dobtco/jquery-resizable-columns/issues"
},
"keywords": [
"jquery",
"resizable-columns-table",
"resizable-columns",
"html",
"table resize",
"resizable columns",
"resizable",
"adam becker"
],
"main": "dist/jquery.resizableColumns.js",
"devDependencies": {
"babel": "^5.3.3",
"babelify": "^6.1.0",
"browserify": "^10.2.0",
"gulp": "^3.8.11",
"gulp-babel": "^5.1.0",
"gulp-header": "^1.2.2",
"gulp-less": "^3.0.3",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.4",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"scripts": {
"build": "npm install && gulp",
"start": "gulp"
}
}