{
  "name": "node-captions",
  "version": "0.4.6",
  "description": "Lightweight closed caption converter",
  "main": "captions.js",
  "scripts": {
    "test": "grunt",
    "jsdoc": "grunt jsdoc"
  },
  "author": "Jason Rojas <jason@nothingbeatsaduck.com>",
  "license": "MIT",
  "dependencies": {
    "iconv-lite": "^0.4.4",
    "moment": "^2.6.0"
  },
  "devDependencies": {
    "time-grunt": "^0.3.1",
    "load-grunt-tasks": "^0.4.0",
    "grunt": "^0.4.5",
    "grunt-cli": "^0.1.13",
    "grunt-jsbeautifier": "^0.2.10",
    "grunt-contrib-jshint": "^0.10.0",
    "grunt-jslint": "^1.1.12",
    "jshint-stylish": "^0.2.0",
    "should": "^3.3.2",
    "mocha": "^1.19.0",
    "grunt-mocha-istanbul": "^1.4.1",
    "jsdoc": "^3.3.0-alpha5",
    "grunt-jsdoc": "^0.5.4",
    "load-grunt-tasks": "^3.1.0"
  },
  "directories": {
    "test": "test"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/jasonrojas/node-captions.git"
  },
  "bugs": {
    "url": "https://github.com/jasonrojas/node-captions/issues"
  },
  "homepage": "https://github.com/jasonrojas/node-captions"
}
