-
Notifications
You must be signed in to change notification settings - Fork 143
/
package.json
50 lines (50 loc) · 1.32 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
{
"name": "fin-hypergrid",
"version": "3.3.2",
"description": "Canvas-based high-performance grid",
"main": "src/Hypergrid",
"repository": {
"type": "git",
"url": "git://github.com/fin-hypergrid/core.git"
},
"author": "Steve Wirts (https://github.com/stevewirts)",
"contributors": [
"Jonathan Eiten (https://github.com/joneit)",
"Dwayne Jones (https://github.com/dwaynekj)",
"Naveen Michaud-Agrawal (https://github.com/nmichaud)",
"Hugo Nogueira (https://github.com/hugoeanogueira)"
],
"license": "MIT",
"readmeFilename": "README.md",
"gitHead": "",
"keywords": [
"spreadsheet",
"grid"
],
"dependencies": {
"datasaur-base": "^3.0.0",
"datasaur-local": "^3.0.0",
"extend-me": "^2.7.0",
"finbars": "^2.0.0",
"inject-stylesheet-template": "^1.0.1",
"mustache": "^2.3.0",
"object-iterators": "1.3.0",
"overrider": "^0",
"rectangular": "1.0.1",
"sparse-boolean-array": "1.0.1",
"svg-themer": "^1.1.2",
"synonomous": "^2.1.2"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-each": "^0.1.1",
"gulp-eslint": "^4.0.2",
"gulp-footer": "^1.1.1",
"gulp-header": "^1.8.2",
"gulp-imagine-64": "^2.0.1",
"gulp-load-plugins": "^1.1.0",
"gulp-mocha": "^6.0.0",
"run-sequence": "^1.1.4"
}
}