{
  "name": "timestamps",
  "version": "0.1.3",
  "description": "Parse and format video and ASS subtitle timestamps.",
  "author": "Daiz <taneli.vatanen@gmail.com>",
  "license": "MIT",
  "main": "./lib/time.js",
  "dependencies": {
    "zpad": "~0.5.0"
  },
  "devDependencies": {
    "LiveScript": "~1.2.0",
    "shelljs": "~0.2.6"
  },
  "scripts": {
    "prepublish": "lsc make"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Daiz-/timestamps.git"
  },
  "keywords": [
    "video",
    "subtitle",
    "subtitles",
    "timestamp",
    "ass"
  ]
}
