This repository has been archived by the owner on Aug 10, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
81 lines (81 loc) · 2.22 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
{
"name": "lepus-frontend",
"version": "0.1.0",
"description": "Lepus-CTF front-end application",
"main": "app.js",
"desktopName": "lepus-ctf.desktop",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"compile": "gulp compile",
"start": "electron .",
"package:darwin": "gulp package:darwin",
"package:linux:x64": "gulp package:linux:x64",
"package:linux:ia32": "gulp package:linux:ia32",
"package:win32:x64": "gulp package:win32:x64",
"package:win32:ia32": "gulp package:win32:ia32",
"package:all": "gulp package:all",
"postinstall": "gulp download:font"
},
"repository": {
"type": "git",
"url": "https://github.com/lepus-ctf/lepus-frontend.git"
},
"keywords": [
"lepus-ctf",
"ctf",
"electron"
],
"author": "mzyy94",
"license": "MIT",
"bugs": {
"url": "https://github.com/lepus-ctf/lepus-frontend/issues"
},
"homepage": "https://github.com/lepus-ctf/lepus-frontend",
"devDependencies": {
"electron-packager": "^5.0.2",
"electron-prebuilt": "^0.30.6",
"gulp-babel": "^5.2.0",
"gulp-load-plugins": "^1.0.0-rc.1"
},
"dependencies": {
"better-console": "^0.2.4",
"del": "^1.2.1",
"extend": "^3.0.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-chmod": "^1.2.0",
"gulp-clone": "^1.0.0",
"gulp-concat": "^2.6.0",
"gulp-concat-css": "^2.2.0",
"gulp-copy": "0.0.2",
"gulp-flatten": "^0.1.1",
"gulp-header": "^1.2.2",
"gulp-help": "^1.6.0",
"gulp-if": "^1.2.5",
"gulp-less": "^3.0.3",
"gulp-minify-css": "^1.2.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.0.1",
"gulp-print": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-rtlcss": "^0.1.4",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.6",
"gulp-watch": "^4.3.5",
"map-stream": "0.0.6",
"md2react": "^0.8.8",
"object-assign": "^4.0.0",
"particles.js": "^2.0.0",
"qs": "^4.0.0",
"react": "^0.13.3",
"react-redux": "^1.0.1",
"react-router": "^0.13.3",
"redux": "^1.0.1",
"require-dot-file": "^0.4.0",
"semantic-ui-css": "^2.0.8",
"socket.io-client": "^1.3.6",
"superagent": "^1.3.0",
"yamljs": "^0.2.3"
}
}