aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/wire/package.json
blob: 7849162cbaf7542e51f658c8ce7d2ca4479ae50f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
	"id": "wire",
	"name": "Wire",
	"version": "1.0.0",
	"description": "Modern day collaboration meets the most advanced security and superior user experience.",
	"main": "index.js",
	"author": "Dustin Steiner <dustin.steiner@gmail.com>",
	"license": "MIT",
	"repository": {
		"type": "git",
		"url": "https://github.com/getferdi/",
		"directory": "recipes/wire"
	},
	"config": {
		"serviceURL": "https://app.wire.com/",
		"hasIndirectMessages": true
	}
}