forked from handsontable/handsontable
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 763 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 763 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "jquery-handsontable",
"description": "Minimalistic spreadsheet-like data grid editor that provides copy/paste functionality compatible with Excel/Google Docs",
"homepage": "http://handsontable.com/",
"bugs": {
"url": "https://github.com/warpech/jquery-handsontable/issues"
},
"author": "Marcin Warpechowski <marcin@nextgen.pl>",
"version": "0.10.2",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-replace": "~0.4.4",
"grunt-contrib-clean": "~0.4.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-watch": "~0.4.4",
"grunt-contrib-jasmine": "~0.5.1",
"grunt-contrib-connect": "~0.3.0",
"grunt-saucelabs": "~4.0.4",
"grunt-gitinfo": "~0.1.1"
},
"scripts": {
"test": "grunt test -v"
}
}