-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
82 lines (82 loc) · 1.87 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"bin": {
"ddvcms": "./bin/ddv-electron",
"ddv-electron": "./bin/ddv-electron"
},
"bugs": {
"url": "https://github.com/ddvjs/ddv-electron/issues",
"email": "ddv@chengjiabao.cn"
},
"bundleDependencies": false,
"contributors": [
{
"name": "yuchonghua"
},
{
"name": "huadi"
}
],
"dependencies": {
"electron": "2.0.0-beta.7",
"electron-builder": "^20.8.1",
"electron-debug": "^1.5.0",
"electron-devtools-installer": "^2.2.3",
"ddv-cms": ">=0"
},
"deprecated": false,
"description": "ddv-electron让你直接使用cms后台布局,省去后台布局时间",
"devDependencies": {
"babel-eslint": "~8.2.1",
"buble-loader": "^0.4.1",
"eslint": "~4.15.0",
"eslint-config-standard": "~10.2.1",
"eslint-loader": "~1.9.0",
"eslint-plugin-vue": "~4.0.0",
"eslint-plugin-html": "~3.2.0",
"eslint-plugin-import": "~2.7.0",
"eslint-plugin-node": "~5.1.1",
"eslint-plugin-promise": "~3.5.0",
"eslint-plugin-standard": "~3.0.1",
"eslint-friendly-formatter": "^3.0.0"
},
"directories": {
"bin": "./bin"
},
"engines": {
"node": ">=4.0.0"
},
"homepage": "https://github.com/ddvjs/ddv-electron#readme",
"jshintConfig": {
"disable": true
},
"keywords": [
"ddvcms",
"nodecms",
"cms",
"ddv"
],
"license": "MIT",
"main": "./index.js",
"maintainers": [
{
"name": "yuchonghua",
"email": "yuchonghua@163.com"
}
],
"name": "ddv-electron",
"optionalDependencies": {},
"preferGlobal": false,
"repository": {
"type": "git",
"url": "git+https://github.com/ddvjs/ddv-electron.git"
},
"scripts": {
"dist": "npm run lint",
"lint": "eslint lib server bin",
"precommit": "npm run dist",
"prepublish": "npm run dist",
"start": "node server.js",
"test": "npm run lint"
},
"version": "0.0.1"
}