-
Notifications
You must be signed in to change notification settings - Fork 87
/
package.json
61 lines (61 loc) · 1.41 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": "gbf-raider",
"version": "1.0.0",
"description": "Find Raids In GBF",
"engines": {
"node": "8.1.2",
"npm": "5.2.x"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"author": "[email protected]",
"license": "ISC",
"dependencies": {
"array-flatten": "^2.1.1",
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"del": "^3.0.0",
"express": "^4.17.1",
"fomantic-ui": "^2.8.4",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^4.1.0",
"gulp-chmod": "^2.0.0",
"gulp-clean-css": "^3.10.0",
"gulp-clone": "^2.0.1",
"gulp-concat": "^2.6.1",
"gulp-concat-css": "^2.3.0",
"gulp-copy": "^4.0.1",
"gulp-dedupe": "0.0.2",
"gulp-flatten": "^0.4.0",
"gulp-header": "^1.8.12",
"gulp-help": "^1.6.1",
"gulp-if": "^2.0.2",
"gulp-less": "^3.5.0",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.0",
"gulp-print": "^2.0.1",
"gulp-rename": "^1.4.0",
"gulp-replace": "^0.6.1",
"gulp-rtlcss": "^1.4.1",
"gulp-uglify": "^3.0.2",
"gulp-util": "^3.0.8",
"gulp-watch": "^5.0.1",
"helmet": "^3.22.0",
"https": "^1.0.0",
"less": "^2.7.3",
"map-stream": "0.0.7",
"node-fetch": "^2.6.0",
"node-tweet-stream": "^2.0.3",
"platform": "^1.3.5",
"require-dot-file": "^0.4.0",
"run-sequence": "^2.2.1",
"socket.io": "^2.3.0",
"spdy": "^4.0.2",
"st": "^1.2.2",
"twitter": "^1.7.0",
"yamljs": "^0.3.0"
}
}