{
  "name": "ass-stringify",
  "version": "0.1.3",
  "description": "Stringify ass-parser parse tree to plain SSA/ASS subtitle format",
  "author": "Eugene Sharygin <eush77@gmail.com>",
  "license": "MIT",
  "scripts": {
    "test": "tape test/*.js"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/eush77/ass-stringify",
  "repository": {
    "type": "git",
    "url": "https://github.com/eush77/ass-stringify"
  },
  "bugs": {
    "url": "https://github.com/eush77/ass-stringify/issues"
  },
  "keywords": [
    "SSA",
    "ASS",
    "subtitle",
    "format",
    "subtitles",
    "stringify",
    "codegen",
    "generator",
    "generate",
    "text"
  ],
  "dependencies": {
    "pick-values": "^1.0.0"
  },
  "devDependencies": {
    "tape": "^3.4.0"
  }
}
