-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.42 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
{
"name": "better-twitch-desktop",
"version": "0.3.0",
"description": "More features for the Twitch Desktop client (such as BTTV and FFZ emotes)",
"main": "server.js",
"scripts": {
"build": "webpack --config config/webpack.config.js",
"watch": "webpack -w --config config/webpack.config.js",
"build:prod": "BABEL_ENV=production npm run build",
"build:dev": "BABEL_ENV=development npm run build",
"dev": "concurrently --kill-others \"node server.js\" \"npm run watch\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/prasoc/better-twitch-desktop.git"
},
"keywords": [
"twitch",
"chat",
"ffz",
"bttv",
"frankerfacez"
],
"author": "prasoc",
"license": "MIT",
"bugs": {
"url": "https://github.com/prasoc/better-twitch-desktop/issues"
},
"homepage": "https://github.com/prasoc/better-twitch-desktop#readme",
"devDependencies": {
"@types/jquery": "^3.2.11",
"awesome-typescript-loader": "^3.2.3",
"babel-cli": "^6.24.1",
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-minify": "^0.2.0",
"babel-preset-env": "^1.6.0",
"babel-preset-latest": "^6.24.1",
"babel-preset-minify": "^0.2.0",
"concurrently": "^3.5.0",
"express": "^4.15.4",
"jquery": "^3.2.1",
"pem": "^1.9.7",
"rxjs-es": "^5.0.0-beta.12",
"typescript": "^2.4.2",
"webpack": "^3.5.4",
"webpack-dev-server": "^2.7.1"
}
}