aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 901597ef16c0a54099b44f4bd75be33809bba1ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "vim-prettier",
  "author": "Mitermayer Reis <mitermayer.reis@gmail.com>",
  "version": "0.2.7",
  "description": "Vim plugin for prettier",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git://github.com/prettier/vim-prettier.git"
  },
  "dependencies": {
    "prettier": "^1.10.2"
  }
}