-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
61 lines (61 loc) · 1.46 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
59
60
61
{
"name": "hot-builder",
"description": "CLI tool for building custom Handsontable package",
"homepage": "http://handsontable.com/",
"bugs": {
"url": "https://github.com/handsontable/hot-builder/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/handsontable/hot-builder.git"
},
"author": "Handsoncode <[email protected]>",
"version": "4.0.0",
"main": "src/main.js",
"bin": "./src/main.js",
"scripts": {
"lint": "eslint src",
"test": "npm run lint",
"release": "generate-release"
},
"keywords": [
"build",
"builder",
"handsontable",
"system",
"make",
"tool"
],
"dependencies": {
"caporal": "^0.5.0",
"chalk": "^1.1.3",
"clone": "^2.1.1",
"copy-webpack-plugin": "^4.0.1",
"draftlog": "^1.0.12",
"event-emitter": "^0.3.5",
"extract-text-webpack-plugin": "^3.0.0",
"git-clone": "^0.1.0",
"glob": "^7.1.2",
"inquirer": "^3.0.6",
"left-pad": "^1.1.3",
"loader-utils": "^1.1.0",
"optimize-css-assets-webpack-plugin": "^3.2.0",
"pretty-ms": "^2.1.0",
"rimraf": "^2.6.1",
"semver": "^5.3.0",
"spawn-command": "^0.0.2-1",
"string-length": "^1.0.1",
"string-replace-webpack-plugin": "^0.1.3",
"tmp": "^0.0.31",
"tree-kill": "^1.1.0",
"webpack": "^3.5.6"
},
"devDependencies": {
"eslint": "^3.19.0",
"generate-release": "^0.10.2"
},
"engines": {
"node": ">=8.0.0"
},
"license": "MIT"
}