forked from WeLoveTwitch/TwitchOverlayFrontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.07 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
{
"name": "TwitchOverlayFrontend",
"version": "1.0.0",
"description": "",
"main": "index.html",
"scripts": {
"start": "nw .",
"serve": "node_modules/.bin/http-server .",
"postinstall": "./node_modules/bower/bin/bower install && node node_modules/.bin/gulp default"
},
"author": "WeLoveTwitch",
"license": "MIT",
"repository": "https://github.com/WeLoveTwitch/TwitchOverlayFrontend.git",
"dependencies": {
"bower": "^1.3.12",
"brfs": "^1.3.0",
"browserify": "^9.0.3",
"gulp": "^3.8.11",
"gulp-concat": "^2.5.0",
"gulp-inject": "^1.1.1",
"gulp-rename": "^1.2.0",
"gulp-rimraf": "^0.1.1",
"gulp-run-sequence": "^0.3.2",
"gulp-sass": "^1.3.3",
"gulp-sourcemaps": "^1.3.0",
"http-server": "^0.7.4",
"node-webkit-builder": "^1.0.8",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.0.0"
},
"devDependencies": {},
"window": {
"title": "TwitchOverlay Frontend",
"toolbar": false,
"frame": false,
"width": 1280,
"height": 720,
"min_width": 1280,
"min_height": 720
}
}