blob: 78811d69067a74281b72e18b60864536c40c41e7 (
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.6",
"description": "Vim plugin for prettier",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/prettier/vim-prettier.git"
},
"dependencies": {
"prettier": "^1.10.2"
}
}
|