-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathpackage.json
57 lines (57 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
{
"private": true,
"name": "hot-table",
"version": "1.0.0",
"description": "Polymer Element wrapper for [Handsontable](http://handsontable.com/) data grid editor",
"homepage": "https://github.com/handsontable/hot-table#readme",
"author": "Handsoncode <[email protected]> (https://handsoncode.net)",
"license": "MIT",
"keywords": [
"handsontable",
"component",
"data",
"table",
"grid",
"data table",
"data grid",
"spreadsheet",
"sheet",
"excel",
"pro",
"enterprise",
"sort",
"formulas",
"filter",
"search",
"conditional",
"formatting",
"csv",
"polymer",
"polymer component",
"polymer grid",
"wrapper"
],
"repository": {
"type": "git",
"url": "git+https://github.com/handsontable/hot-table.git"
},
"bugs": {
"url": "https://github.com/handsontable/hot-table/issues"
},
"dependencies": {},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-jscs": "^3.0.2",
"gulp-jshint": "^2.0.0",
"gulp-vulcanize": "^6.1.0",
"jshint": "^2.9.1",
"jshint-stylish": "^1.0.2"
},
"directories": {
"example": "examples",
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}