aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 656665abd2c11f2808496539b7075e5f95aa740c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "makeup",

  "dependencies": {
    "pandoc-bin": "0.1.2"
  },

  "scripts": {
    "build": "./gen.sh"
  },

  "license": "GPL-3"
}