aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
blob: ca57f66f9789bb312c1d0a07ebdf4e8c7010b108 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "name": "muttagen",
  "version": "0.0.1",
  "description": "Gmail user script providing Mutt features",
  "private": true,
  "dependencies": {
    "browserify": "16.2.3",
    "typescript": "^3.4.5"
  }
}