forked from adamogle/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.63 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
{
"name": "handsontable-pro-docs",
"description": "Handsontable is a minimalist Excel-like data grid editor for HTML & JavaScript",
"homepage": "https://handsontable.com/docs/",
"private": true,
"bugs": {
"url": "https://github.com/handsontable/docs/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/handsontable/docs.git"
},
"author": "Handsoncode sp. z o.o. <[email protected]>",
"version": "0.1.0",
"dependencies": {
"axios": "^0.18.0",
"bluebird": "^2.9.25",
"copy-object": "^1.0.0",
"fastclick": "^1.0.6",
"font-awesome": "^4.7.0",
"git-repo-info": "^1.1.1",
"github": "^0.2.4",
"grunt": "^1.0.1",
"grunt-contrib-clean": "~0.4.1",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-less": "~0.9.0",
"grunt-contrib-sass": "~0.9.0",
"grunt-env": "0.4.4",
"grunt-exec": "~0.4.6",
"grunt-git": "^0.3.4",
"grunt-jsdoc": "^0.5.8",
"grunt-sitemap": "1.2.1",
"handsontable": "8.0.0",
"highlightjs": "^9.10.0",
"jsdoc": "3.6.3",
"minimist": "^1.1.1",
"numbro": "^2.1.0",
"promise-polyfill": "^8.0.0",
"semver": "^4.3.4"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-connect": "^0.10.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-open": "^0.2.3",
"shipit-deploy": "^2.1.2"
},
"scripts": {
"test": "",
"start": "grunt",
"start:develop": "grunt --hot-version=develop",
"build": "grunt build",
"build:next": "grunt build --hot-version=next",
"watch:next": "grunt watch --hot-version=next",
"deploy": "shipit production deploy"
},
"readmeFilename": "README.md"
}