forked from aluxian/WhatsApp-Desktop
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 926 Bytes
/
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
{
"name": "supforwhatsapp",
"version": "2.0.0",
"description": "A Native desktop wrapper for WhatsApp. Not an official app.",
"packages": {
"win32": "https://github.com/zweicoder/Sup-for-WhatsApp/releases/download/v2.0.0/SupForWhatsApp.exe"
},
"repository": {
"type": "git",
"url": "git@github.com:zweicoder/Sup-for-WhatsApp.git"
},
"scripts": {
"postinstall": "(cd src && npm install)"
},
"devDependencies": {
"coffee-script": "^1.9.3",
"gulp": "^3.8.11",
"gulp-github-release": "^1.0.3",
"gulp-json-editor": "^2.2.1",
"gulp-load-plugins": "^0.10.0",
"gulp-node-webkit-builder": "^1.1.1",
"gulp-uglify": "^1.2.0",
"gulp-zip": "^3.0.2",
"merge-stream": "^0.1.7",
"run-sequence": "^1.1.0",
"semver": "^5.0.3",
"shelljs": "^0.5.0",
"strformat": "0.0.7"
},
"optionalDependencies": {
"gulp-appdmg": "^1.0.2"
},
"license": "MIT"
}