forked from handsontable/handsontable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 890 Bytes
/
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
{
"name": "handsontable",
"description": "Spreadsheet-like data grid editor that provides copy/paste functionality compatible with Excel/Google Docs",
"homepage": "http://handsontable.com/",
"bugs": {
"url": "https://github.com/handsontable/handsontable/issues"
},
"author": "Marcin Warpechowski <[email protected]>",
"version": "0.12.5",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-replace": "~0.7.8",
"grunt-contrib-clean": "~0.4.1",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-jasmine": "~0.5.1",
"grunt-contrib-connect": "~0.8.0",
"grunt-contrib-uglify": "~0.5.1",
"grunt-contrib-cssmin": "~0.10.0",
"grunt-saucelabs": "~8.3.3",
"grunt-gitinfo": "~0.1.6",
"grunt-contrib-jshint": "~0.10.0",
"time-grunt": "~1.0.0"
},
"scripts": {
"test": "grunt test -v"
}
}