forked from nicolaskruchten/pivottable
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 1.04 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
{
"name": "pivottable",
"version": "1.3.0",
"description": "Javascript Pivot Table (aka Pivot Grid, Pivot Chart, Cross-Tab) implementation with drag'n'drop",
"main": "dist/pivot.js",
"keywords": [
"pivot",
"crosstab",
"grid",
"table",
"pivottable",
"pivotgrid",
"pivotchart",
"jquery"
],
"repository": {
"type": "git",
"url": "git://github.com/nicolaskruchten/pivottable.git"
},
"author": "Nicolas Kruchten",
"license": "MIT",
"bugs": {
"url": "https://github.com/nicolaskruchten/pivottable/issues"
},
"homepage": "https://github.com/nicolaskruchten/pivottable",
"devDependencies": {
"require-dir": "^0.1.0",
"gulp-coffee": "^2.2.0",
"gulp-uglify": "^1.0.2",
"gulp-sourcemaps": "^1.2.8",
"gulp": "^3.8.10",
"run-sequence": "^1.0.2",
"gulp-tag-version": "^1.2.1",
"gulp-git": "^0.5.5",
"gulp-bump": "^0.1.11",
"gulp-filter": "^1.0.2",
"gulp-util": "^3.0.1",
"gulp-rename": "^1.2.0",
"gulp-minify-css": "^0.3.11",
"gulp-concat": "^2.4.2"
}
}