{
  "name": "alignment",
  "version": "0.0.1",
  "description": "Naive alignment of a block with variable assignments",
  "main": "dist/alignment.js",
  "typings": "dist/alignment.d.ts",
  "files": [
    "dist/"
  ],
  "scripts": {
    "lint": "# TODO",
    "build": "rm -rf dist/ && tsc",
    "benchmarks": "ts-node benchmarks/index.ts",
    "test-spec": "blue-tape dist/**/*.spec.js | tap-spec",
    "test-cov": "istanbul cover --print none -x dist/**/*.spec.js blue-tape -- dist/**/*.spec.js | tap-spec",
    "test": "npm run build && npm run lint && npm run test-cov",
    "prepublish": "typings install && npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/blakeembrey/node-alignment.git"
  },
  "keywords": [
    "align",
    "alignment",
    "variable",
    "assignment",
    "block"
  ],
  "author": {
    "name": "Blake Embrey",
    "email": "hello@blakeembrey.com",
    "url": "http://blakeembrey.me"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/blakeembrey/node-alignment/issues"
  },
  "homepage": "https://github.com/blakeembrey/node-alignment",
  "devDependencies": {
    "blue-tape": "^0.2.0",
    "istanbul": "^0.4.2",
    "tap-spec": "^4.1.1",
    "typescript": "^1.7.5",
    "typings": "^0.6.8"
  },
  "dependencies": {
    "escape-string-regexp": "^1.0.5",
    "repeat-string": "^1.5.2",
    "xtend": "^4.0.1"
  }
}
