{ "name": "mattermost-desktop", "productName": "Mattermost", "version": "3.4.1", "description": "Mattermost", "main": "main.js", "author": { "name": "Yuya Ochiai", "email": "yuya0321@gmail.com" }, "license": "Apache-2.0", "engines": { "node": ">=4.2.0" }, "repository": { "type": "git", "url": "git://github.com/mattermost/desktop.git" }, "scripts": { "install": "cd src && npm install", "postinstall": "npm run build", "build": "gulp build", "start": "electron dist", "watch": "gulp watch", "serve": "gulp watch", "test": "gulp build && mocha --reporter mocha-circleci-reporter --recursive test/specs && gulp prettify:verify", "package:all": "build -wml --x64 --ia32 && npm run manipulate-windows-zip", "package:windows": "build --win --x64 --ia32 && npm run manipulate-windows-zip", "package:mac": "build --mac --x64 --ia32", "package:linux": "build --linux --x64 --ia32", "manipulate-windows-zip": "node scripts/manipulate_windows_zip.js", "prettify": "gulp prettify" }, "devDependencies": { "7zip-bin": "^2.0.1", "babel-core": "^6.7.5", "babel-loader": "^6.2.4", "babel-preset-react": "^6.5.0", "chai": "^3.5.0", "chai-as-promised": "^5.3.0", "devtron": "^1.3.0", "electron-builder": "^7.11.2", "electron-connect": "~0.6.0", "electron-prebuilt": "1.4.2", "esformatter": "^0.9.6", "esformatter-jsx": "^7.0.1", "gulp": "^3.9.1", "gulp-diff": "^1.0.0", "gulp-esformatter": "^6.0.0", "gulp-jsbeautifier": "^2.0.3", "json-loader": "^0.5.4", "mocha": "^3.0.2", "mocha-circleci-reporter": "0.0.2", "spectron": "~3.4.0", "style-loader": "^0.13.1", "through2": "^2.0.1", "vinyl-named": "^1.1.0", "webpack": "^1.13.1", "webpack-stream": "^3.2.0" }, "build": { "appId": "com.mattermost.desktop", "linux": { "category": "InstantMessaging", "target": [ "deb", "tar.gz" ], "synopsis": "Mattermost", "extraFiles": [{ "from": "resources", "filter": "icon.png" }, { "from": "resources/linux", "filter": "create_desktop_file.sh" }] }, "mac": { "category": "public.app-category.productivity", "target": [ "tar.gz" ] }, "win": { "description": "Mattermost", "target": [ "squirrel", "zip" ], "iconUrl": "https://raw.githubusercontent.com/mattermost/desktop/master/resources/icon.ico" } }, "directories": { "buildResources": "resources", "app": "dist", "output": "release" } }