summaryrefslogtreecommitdiff
path: root/homebrew/jsmin/.beer
blob: 5276dd7054f7ef3dede30b03a9dd2f85509aa6d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "name": "Jsmin",
    "description": "Minify JavaScript code",
    "url": "https://github.com/douglascrockford/JSMin/archive/1bf6ce5f74a9f8752ac7f5d115b8d7ccb31cfe1b.tar.gz",
    "mirror": null,
    "homepage": "https://www.crockford.com/javascript/jsmin.html",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system ENV.cc, \"jsmin.c\", \"-o\", \"jsmin\"",
        "bin.install \"jsmin\""
    ],
    "version": "8752",
    "file": "jsmin.rb"
}