mirror of
https://github.com/joshdick/onedark.vim.git
synced 2025-11-19 00:53:41 -05:00
30 lines
668 B
JSON
30 lines
668 B
JSON
{
|
|
"name": "onedark.vim-builder",
|
|
"version": "1.0.0",
|
|
"description": "Builds the onedark.vim Vim colorscheme and associated files",
|
|
"main": "build.js",
|
|
"scripts": {
|
|
"build": "node build.js",
|
|
"precommit": "npm test",
|
|
"test": "eslint build.js && node build.js check"
|
|
},
|
|
"author": {
|
|
"name": "Josh Dick",
|
|
"email": "josh@joshdick.net",
|
|
"url": "http://joshdick.net"
|
|
},
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/joshdick/onedark.vim.git"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "4.18.2",
|
|
"husky": "0.14.3"
|
|
},
|
|
"dependencies": {
|
|
"dot": "1.1.2",
|
|
"termcolors": "latest"
|
|
}
|
|
}
|