-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 947 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "dividing",
"version": "2.0.10",
"description": "a tool for multi-page project",
"keywords": [
"splitter",
"vue",
"dividing",
"split",
"vue-split",
"multi",
"multipage"
],
"main": "index.js",
"bugs": {
"url": "https://github.com/Taoja/dividing/issues",
"email": "[email protected]"
},
"bin": "./index.js",
"scripts": {
"test": "echo \"Error: no test specified\""
},
"author": {
"name": "黄武韬",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/Taoja/dividing"
},
"engines": {
"node": ">=6.11.5"
},
"license": "MIT",
"dependencies": {
"friendly-errors-webpack-plugin": "^1.7.0",
"fs": "^0.0.2",
"path": "^0.12.7",
"readline": "^1.3.0",
"rimraf": "^2.6.3",
"webpack": "^4.41.4",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.7"
},
"devDependencies": {}
}