-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
26 lines (26 loc) · 874 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
{
"name": "Octobox",
"version": "1.0.0",
"description": "Franz recipe for Octobox.",
"homepage": "https://octobox.io",
"repository": "https://github.com/danielbayley/franz-recipe-octobox",
"bugs": "https://github.com/danielbayley/franz-recipe-octobox/issues",
"author": "Daniel Bayley <[email protected]> (https://github.com/danielbayley)",
"license": "MIT",
"private": true,
"id": "octobox",
"devDependencies": {
"svg2png": "^4.1.1",
"svgcleaner": "^0.8.1-1"
},
"config": {
"dev": "Library/Application Support/Franz/recipes/dev/octobox",
"serviceURL": "https://octobox.io"
},
"scripts": {
"svg2png": "svg2png -w 1024 -h 1024 icon.{sv,pn}g",
"svgcleaner": "svgcleaner --multipass icon.svg{,}",
"test": "ln -s \"$PWD\" \"$HOME/$npm_package_config_dev\"",
"unlink": "rm \"$HOME/$npm_package_config_dev\""
}
}