{
  "name": "code-frame",
  "version": "5.0.0",
  "description": "Minimal Code Frame like babel-code-frame, but smaller",
  "main": "lib/index.js",
  "scripts": {
    "test": "npm run lint && nyc ava",
    "lint": "standard | snazzy",
    "coverage": "npm test && nyc report --reporter=html && open ./coverage/index.html",
    "coveralls": "nyc report --reporter=text-lcov | coveralls"
  },
  "ava": {
    "verbose": "true"
  },
  "engines": {
    "node": ">= 4.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/hhsnopek/code-frame.git"
  },
  "author": "Henry Snopek <hhsnopek@gmail.com> (http://hhsnopek.com/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/hhsnopek/code-frame/issues"
  },
  "homepage": "https://github.com/hhsnopek/code-frame#readme",
  "devDependencies": {
    "ava": "^0.17.0",
    "coveralls": "^2.11.15",
    "nyc": "^9.0.1",
    "snazzy": "^5.0.0",
    "standard": "^8.5.0"
  },
  "dependencies": {
    "left-pad": "^1.1.3"
  }
}
