-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
85 lines (85 loc) · 2.35 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
82
83
84
85
{
"name": "DTCP",
"version": "0.6.1",
"description": "Desktop Twitter Client Project",
"main": "src/assets/js/entry.js",
"private": true,
"scripts": {
"start": "./node_modules/.bin/electron .",
"test": "./node_modules/.bin/istanbul instrument src --output instrumented && ./node_modules/.bin/electron spec --ci",
"rebuild": "./node_modules/.bin/electron-rebuild"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alchen/DTCP.git"
},
"author": "uinoka",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/alchen/DTCP/issues"
},
"homepage": "https://github.com/alchen/DTCP",
"devDependencies": {
"asar": "^0.14.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-runtime": "^6.26.0",
"basic-auth": "^2.0.0",
"chai": "^4.1.2",
"css-loader": "^0.28.10",
"del": "^3.0.0",
"electron": "^2.0.8",
"electron-rebrand": "git+https://github.com/alchen/electron-rebrand.git",
"electron-rebuild": "^1.8.2",
"extract-text-webpack-plugin": "^3.0.2",
"formidable": "^1.1.1",
"graceful-fs": "^4.1.11",
"gulp": "^3.9.1",
"gulp-cssnano": "^2.1.2",
"gulp-htmlmin": "^4.0.0",
"gulp-if": "^2.0.2",
"gulp-sass": "^3.1.0",
"gulp-shell": "^0.6.5",
"gulp-uglify": "^3.0.0",
"istanbul": "^0.4.5",
"json-loader": "^0.5.7",
"mocha": "^5.0.0",
"node-sass": "^4.7.2",
"proxyquire": "^1.8.0",
"q": "^1.5.1",
"rcedit": "^1.0.0",
"sass-loader": "^6.0.6",
"sinon": "^4.4.1",
"temp": "^0.8.3",
"vue-hot-reload-api": "^1.3.3",
"vue-html-loader": "^1.2.4",
"vue-loader": "^8.5.3",
"vue-style-loader": "^1.0.0",
"walkdir": "0.0.12",
"webpack": "^3.10.0"
},
"dependencies": {
"agent-base": "^4.2.0",
"clone": "^2.1.1",
"dateformat": "^3.0.2",
"debug": "^3.1.0",
"electron-context-menu": "^0.10.0",
"extend": "^3.0.1",
"get-uri": "^2.0.1",
"http-proxy-agent": "^2.0.0",
"https-proxy-agent": "^2.1.1",
"ip-address": "^5.8.9",
"lodash": "^4.17.4",
"mime": "^2.2.0",
"mkdirp": "^0.5.1",
"qs": "^6.5.1",
"request": "^2.83.0",
"semver": "^5.4.1",
"socks-proxy-agent": "^3.0.1",
"twitter-text": "^2.0.2",
"vue": "^1.0.28",
"which": "^1.3.0"
}
}