aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/mujs/vcpkg.json
blob: 70c6f607ed29a1f373914fd76123665072f60128 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "mujs",
  "version": "1.3.7",
  "description": "An embeddable Javascript interpreter in C",
  "homepage": "https://github.com/ccxvii/mujs",
  "license": "ISC",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}