2014-10-30 01:32:29 +00:00
|
|
|
{
|
2016-01-01 22:23:44 +00:00
|
|
|
"name": "signal-desktop",
|
2017-03-30 23:40:09 +00:00
|
|
|
"productName": "Signal",
|
2017-03-08 00:55:24 +00:00
|
|
|
"description": "Private messaging from your desktop",
|
2016-01-01 22:23:44 +00:00
|
|
|
"repository": "https://github.com/WhisperSystems/Signal-Desktop.git",
|
2017-04-25 20:08:08 +00:00
|
|
|
"version": "1.0.4",
|
2017-03-08 00:55:24 +00:00
|
|
|
"license": "GPL-3.0",
|
|
|
|
"author": {
|
|
|
|
"name": "Open Whisper Systems",
|
|
|
|
"email": "support@whispersystems.org"
|
|
|
|
},
|
2017-03-02 22:04:38 +00:00
|
|
|
"main": "main.js",
|
2014-10-30 01:32:29 +00:00
|
|
|
"devDependencies": {
|
2017-04-21 20:59:27 +00:00
|
|
|
"asar": "^0.13.0",
|
2014-11-07 08:32:32 +00:00
|
|
|
"bower": "^1.3.12",
|
2017-03-08 00:55:31 +00:00
|
|
|
"electron": "^1.6.1",
|
2017-04-21 09:46:21 +00:00
|
|
|
"electron-builder": "^17.0.1",
|
2017-04-21 21:31:58 +00:00
|
|
|
"electron-icon-maker": "^0.0.3",
|
2017-04-21 20:45:21 +00:00
|
|
|
"electron-publisher-s3": "^17.0.2",
|
2017-04-21 09:40:06 +00:00
|
|
|
"grunt": "^1.0.1",
|
|
|
|
"grunt-cli": "^1.2.0",
|
|
|
|
"grunt-contrib-concat": "^1.0.1",
|
|
|
|
"grunt-contrib-connect": "^1.0.2",
|
|
|
|
"grunt-contrib-copy": "^1.0.0",
|
2017-04-18 23:46:02 +00:00
|
|
|
"grunt-contrib-jshint": "^1.1.0",
|
2017-04-21 09:40:06 +00:00
|
|
|
"grunt-contrib-sass": "^1.0.0",
|
|
|
|
"grunt-contrib-watch": "^1.0.0",
|
|
|
|
"grunt-exec": "^2.0.0",
|
2016-04-04 02:34:34 +00:00
|
|
|
"grunt-gitinfo": "^0.1.7",
|
2017-04-21 09:40:06 +00:00
|
|
|
"grunt-jscs": "^3.0.1",
|
2017-04-21 21:34:36 +00:00
|
|
|
"grunt-saucelabs": "^9.0.0"
|
2014-11-23 03:36:52 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "grunt test",
|
2017-03-02 22:04:38 +00:00
|
|
|
"lint": "grunt jshint",
|
2017-03-10 18:35:58 +00:00
|
|
|
"start": "electron .",
|
2017-04-21 21:31:58 +00:00
|
|
|
"dist": "npm run icon-gen && grunt && build --em.environment=$NODE_ENV",
|
2017-04-10 07:22:38 +00:00
|
|
|
"pack": "npm run dist -- --dir",
|
|
|
|
"pack-staging": "NODE_ENV=staging npm run pack",
|
|
|
|
"dist-staging": "NODE_ENV=staging npm run dist",
|
|
|
|
"pack-prod": "NODE_ENV=production npm run pack",
|
|
|
|
"dist-prod": "NODE_ENV=production npm run dist",
|
|
|
|
"dist-prod-all": "NODE_ENV=production npm run dist -- -mwl",
|
2017-04-21 21:31:58 +00:00
|
|
|
"release": "npm run icon-gen && grunt && NODE_ENV=production build --em.environment=production -mwl",
|
|
|
|
"icon-gen": "electron-icon-maker --input=images/icon_1024.png --output=./build",
|
2017-04-21 20:59:27 +00:00
|
|
|
"asarl": "asar l dist/mac/Signal.app/Contents/Resources/app.asar"
|
2017-03-10 18:35:58 +00:00
|
|
|
},
|
|
|
|
"build": {
|
|
|
|
"appId": "org.whispersystems.signal-desktop",
|
|
|
|
"mac": {
|
2017-04-06 22:10:04 +00:00
|
|
|
"category": "public.app-category.social-networking",
|
2017-04-21 21:31:58 +00:00
|
|
|
"icon": "build/icons/mac/icon.icns",
|
2017-04-06 22:10:04 +00:00
|
|
|
"publish": {
|
|
|
|
"provider": "s3",
|
|
|
|
"region": "us-east-1",
|
|
|
|
"bucket": "updates.signal.org",
|
|
|
|
"path": "desktop",
|
|
|
|
"acl": "public-read"
|
2017-04-25 21:01:54 +00:00
|
|
|
},
|
|
|
|
"target": "mas"
|
2017-04-06 22:10:04 +00:00
|
|
|
},
|
|
|
|
"win": {
|
2017-04-07 00:28:39 +00:00
|
|
|
"artifactName": "${productName}-Setup_${version}.${ext}",
|
2017-04-21 21:31:58 +00:00
|
|
|
"icon": "build/icons/win/icon.ico",
|
2017-04-06 22:10:04 +00:00
|
|
|
"publish": {
|
|
|
|
"provider": "s3",
|
|
|
|
"region": "us-east-1",
|
|
|
|
"bucket": "updates.signal.org",
|
|
|
|
"path": "desktop",
|
|
|
|
"acl": "public-read"
|
|
|
|
}
|
2017-03-10 18:35:58 +00:00
|
|
|
},
|
|
|
|
"linux": {
|
|
|
|
"target": [
|
|
|
|
"deb"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"files": [
|
2017-04-10 07:22:38 +00:00
|
|
|
"package.json",
|
|
|
|
"config/default.json",
|
|
|
|
"config/${env.NODE_ENV}.json",
|
2017-04-13 17:52:12 +00:00
|
|
|
"config/local-${env.NODE_ENV}.json",
|
2017-04-10 07:22:38 +00:00
|
|
|
"background.html",
|
|
|
|
"_locales/**",
|
|
|
|
"protos/*",
|
|
|
|
"js/**",
|
|
|
|
"stylesheets/*.css",
|
|
|
|
"!js/register.js",
|
2017-04-19 17:34:19 +00:00
|
|
|
"!js/views/standalone_registration_view.js",
|
2017-04-10 07:22:38 +00:00
|
|
|
"preload.js",
|
|
|
|
"main.js",
|
|
|
|
"menu.js",
|
|
|
|
"audio/**",
|
|
|
|
"images/**",
|
|
|
|
"fonts/*",
|
|
|
|
"node_modules/**",
|
2017-03-30 22:06:41 +00:00
|
|
|
"!**/node_modules/*/{CHANGELOG.md,README.md,README,readme.md,readme,test,__tests__,tests,powered-test,example,examples,*.d.ts}",
|
|
|
|
"!**/node_modules/.bin",
|
|
|
|
"!**/*.{o,hprof,orig,pyc,pyo,rbc}",
|
|
|
|
"!**/._*",
|
2017-04-10 07:22:38 +00:00
|
|
|
"!**/{.DS_Store,.git,.hg,.svn,CVS,RCS,SCCS,__pycache__,thumbs.db,.gitignore,.gitattributes,.editorconfig,.flowconfig,.yarn-metadata.json,.idea,appveyor.yml,.travis.yml,circle.yml,npm-debug.log,.nyc_output,yarn.lock,.yarn-integrity}"
|
2017-04-10 18:07:59 +00:00
|
|
|
]
|
2017-03-30 18:43:58 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2017-04-10 07:22:38 +00:00
|
|
|
"config": "^1.25.1",
|
2017-04-19 22:25:03 +00:00
|
|
|
"electron-editor-context-menu": "^1.1.1",
|
|
|
|
"electron-spell-check-provider": "^1.1.0",
|
2017-03-30 18:43:58 +00:00
|
|
|
"electron-updater": "^1.11.2"
|
2014-10-30 01:32:29 +00:00
|
|
|
}
|
|
|
|
}
|