-
Notifications
You must be signed in to change notification settings - Fork 172
/
package.json
59 lines (59 loc) · 1.24 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
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "orb",
"version": "1.0.9",
"license": "MIT",
"description": "Pivot table javascript library",
"author": "Najmeddine Nouri <[email protected]>",
"homepage": "http://orbjs.net/",
"repository": {
"type": "git",
"url": "https://github.com/nnajm/orb.git"
},
"keywords": [
"pivot table",
"pivot",
"table",
"pivot grid",
"grid",
"crosstab",
"aggregation",
"dimension"
],
"main": "src/js/orb.js",
"files": [
"README.md",
"LICENCE",
"dist/*.js",
"dist/*.css",
"dist/*.map",
"src/"
],
"engines": {
"node": ">=0.10.25"
},
"dependencies": {
"react": "~0.12.2"
},
"devDependencies": {
"gulp": "~3.8.10",
"browserify": "~8.1.1",
"vinyl-source-stream": "~1.0.0",
"vinyl-buffer": "~1.0.0",
"gulp-uglify": "~1.1.0",
"gulp-sourcemaps": "~1.3.0",
"gulp-replace": "~0.5.1",
"gulp-rename": "~1.2.0",
"gulp-derequire": "~2.0.0",
"gulp-header": "~1.2.2",
"gulp-concat": "~2.4.3",
"gulp-react": "~2.0.0",
"gulp-less": "~2.0.1",
"gulp-minify-css": "~0.3.13",
"gulp-jsbeautifier": "0.0.4",
"jasmine": "~2.1.1",
"gulp-jasmine": "~2.0.0",
"gulp-tap": "~0.1.3",
"less": "~2.2.0",
"del": "~1.1.1"
}
}