{
  "name": "jampack",
  "version": "0.0.7",
  "description": "unpack msgpack just how you like",
  "main": "jampack.js",
  "dependencies": {
    "msgpack": "~0.1.11"
  },
  "devDependencies": {
    "mocha": "~1.12.0"
  },
  "scripts": {
    "test": "node_modules/.bin/mocha"
  },
  "repository": {
    "type": "git",
    "url": "git@github:diunko/jampack.git"
  },
  "keywords": [
    "msgpack",
    "raw",
    "string"
  ],
  "author": "oil.crayons@gmail.com",
  "license": "BSD-2-Clause"
}
