forked from WonderToys/WonderTools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 1.78 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
{
"name": "wtclient",
"productName": "WonderTools",
"description": "WonderTools Desktop Client",
"version": "0.2.7",
"author": "WonderToys <[email protected]>",
"copyright": "© 2017, WonderToys",
"homepage": "http://example.com",
"main": "app/background.js",
"build": {
"appId": "com.wondertools.wtclient",
"files": [
"app/**/*",
"node_modules/**/*",
"package.json"
],
"publish": [
{
"provider": "github",
"owner": "WonderToys",
"repo": "wondertools"
}
]
},
"scripts": {
"postinstall": "install-app-deps",
"build": "gulp build",
"prerelease": "gulp build --env=production",
"release": "build -p never",
"prepublish": "gulp build --env=production",
"publish": "build -p always",
"start": "gulp start"
},
"dependencies": {
"app-module-path": "^2.2.0",
"camo": "^0.12.3",
"electron-oauth2": "github:wondertoys/electron-oauth2",
"electron-updater": "^1.15.0",
"fs-jetpack": "^0.12.0",
"glob": "^7.1.1",
"materialize-css": "^0.98.2",
"mkdirp": "^0.5.1",
"moment": "^2.18.1",
"nedb": "^1.8.0",
"node-uuid": "^1.4.8",
"random-js": "^1.0.8",
"request": "^2.81.0",
"rimraf": "^2.6.1",
"rollup": "^0.41.4",
"rollup-plugin-vue": "^2.3.1",
"semver": "^5.3.0",
"tmi.js": "^1.2.0",
"twitch-api": "^0.4.6",
"unzip": "^0.1.11",
"vue": "^2.2.6",
"vue-router": "^2.4.0",
"winston": "^2.3.1"
},
"devDependencies": {
"electron": "1.6.2",
"electron-builder": "^14.5.3",
"gulp": "^3.9.1",
"gulp-batch": "^1.0.5",
"gulp-less": "^3.3.0",
"gulp-plumber": "^1.1.0",
"gulp-util": "^3.0.8",
"gulp-watch": "^4.3.11",
"minimist": "^1.2.0",
"source-map-support": "^0.4.11"
}
}