forked from jaywcjlove/linux-command
-
Notifications
You must be signed in to change notification settings - Fork 43
/
package.json
50 lines (50 loc) · 1.19 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
{
"name": "linux-command",
"version": "2.0.1",
"description": "Linux Command",
"main": "main.js",
"scripts": {
"start": "electron main.js",
"build": "node build/compile.js",
"dev": "electron main.js",
"pack:win": "electron-builder -w",
"pack:mac": "electron-builder -m",
"pack:linux": "electron-builder -l",
"pack": "electron-builder -mwl"
},
"keywords": [
"Linux",
"Command"
],
"author": "halo",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/haloislet/linux-command"
},
"devDependencies": {
"autoprefixer": "^6.5.1",
"autoprefixer-stylus": "^0.11.0",
"cheerio": "^0.22.0",
"colors-cli": "^1.0.7",
"ejs": "^2.5.2",
"electron": "^4.1.4",
"electron-builder": "^20.39.0",
"gh-pages": "^0.12.0",
"highlight.js": "^9.8.0",
"loading-cli": "^1.0.2",
"markdown-it": "^8.4.0",
"marked": "^0.3.6",
"marked3": "^0.5.1",
"ssr": "^1.1.1",
"stylus": "^0.54.5",
"superagent": "^3.0.0",
"to-markdown": "^3.0.3",
"uglify-js": "^2.7.4",
"watch": "^1.0.1"
},
"dependencies": {},
"bugs": {
"url": "https://github.com/haloislet/linux-command/issues"
}
}