aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/wire/package.json
blob: 90c5bbdf8a3e3589f402ab33dd958132937eb3c4 (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.1",
	"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
	}
}