forked from yakyak/yakyak
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.58 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
{
"name": "yakyak",
"version": "1.3.2",
"description": "Chat client for Google Hangouts",
"main": "main.js",
"scripts": {
"gulp": "gulp",
"electron": "electron",
"test": "mocha",
"deploy": "bash ./deploy.sh",
"deploy:linux-x64": "bash ./deploy.sh --linux-x64",
"deploy:linux-ia32": "bash ./deploy.sh --linux-ia32",
"deploy:win32-x64": "bash ./deploy.sh --win32-x64",
"deploy:win32-ia32": "bash ./deploy.sh --win32-ia32",
"deploy:darwin-x64": "bash ./deploy.sh --darwin-x64"
},
"repository": {
"type": "git",
"url": "https://github.com/yakyak/yakyak"
},
"keywords": [
"hangouts",
"chat",
"client"
],
"author": "Martin Algesten",
"license": "MIT",
"bugs": {
"url": "https://github.com/yakyak/yakyak/issues"
},
"homepage": "https://github.com/yakyak/yakyak",
"dependencies": {
"autosize": "^3.0.8",
"hangupsjs": "^1.3.2",
"moment": "^2.10.3",
"node-notifier": "^4.2.3",
"notr": "^1.1.2",
"q": "^1.4.0",
"request": "^2.67.0",
"tmp": "0.0.28",
"trifl": "0.0.10",
"url-regexp": "^1.0.2"
},
"devDependencies": {
"chai": "^3.2.0",
"coffee-script": "^1.9.2",
"electron-prebuilt": "^1.2.1",
"gulp": "^3.8.11",
"gulp-auto-reload": "0.1.0",
"gulp-changed": "^1.2.1",
"gulp-coffee": "^2.3.1",
"gulp-concat": "^2.6.0",
"gulp-install": "^0.6.0",
"gulp-less": "^3.0.5",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-util": "^3.0.6",
"mocha": "^2.2.5",
"rimraf": "^2.4.2",
"sinon": "^1.15.4",
"sinon-chai": "^2.8.0"
}
}