{
  "name": "soundsprite",
  "description": "Concat small audio files into single file and export in many formats.",
  "keywords": [
    "audio",
    "audio-sprite",
    "sound-sprite",
    "stagexl",
    "howler",
    "ffmpeg"
  ],
  "author": "Alex Gann <alex@realbluesky.com>",
  "version": "0.2.7",
  "licenses": [
    {
      "type": "MIT",
      "url": "https://raw.github.com/realbluesky/soundsprite/master/LICENSE"
    }
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/realbluesky/soundsprite.git"
  },
  "main": "./soundsprite.js",
  "bin": {
    "soundsprite": "./soundsprite.js"
  },
  "dependencies": {
    "optimist": "~0.3.4",
    "winston": "~0.6.2",
    "underscore": "~1.3.3",
    "async": "~0.1.22"
  },
  "devDependencies": {
    "mocha": "~1.4.2"
  },
  "engines": {
    "node": ">=0.8"
  },
  "optionalDependencies": {},
  "scripts": {
    "test": "mocha"
  }
}
