pine/fly-vimlint

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "fly-vimlint",
  "version": "0.2.1",
  "description": "Validate `.vimrc`, `.vim` files with `vimlint`.",
  "keywords": [
    "fly",
    "fly-plugin"
  ],
  "main": "index.js",
  "files": [
    "index.js",
    "*.md",
    "LICENSE"
  ],
  "scripts": {
    "test": "fly test"
  },
  "devDependencies": {
    "chai": "^3.3.0",
    "fly": "^1.2.1",
    "fly-eslint": "^1.0.0",
    "fly-mocha": "^0.4.1"
  },
  "dependencies": {
    "vimlint": "^0.2.2"
  },
  "author": {
    "name": "Pine Mizune",
    "email": "pinemz@gmail.com",
    "url": "https://github.com/pine"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/pine/fly-vimlint"
  },
  "bugs": {
    "url": "https://github.com/pine/fly-vimlint/issues"
  },
  "homepage": "https://github.com/pine/fly-vimlint",
  "license": "MIT"
}