{
  "name": "restructure",
  "version": "0.5.4",
  "description": "Declaratively encode and decode binary data",
  "main": "index.js",
  "dependencies": {
    "browserify-optional": "^1.0.0"
  },
  "devDependencies": {
    "chai": "~1.9.1",
    "coffee-coverage": "~0.4.2",
    "coffee-script": "~1.7.1",
    "concat-stream": "~1.4.5",
    "coveralls": "^2.10.0",
    "iconv-lite": "^0.4.7",
    "mocha": "~1.18.2",
    "mocha-lcov-reporter": "0.0.1"
  },
  "browserify": {
    "transform": [
      "browserify-optional"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/devongovett/restructure.git"
  },
  "author": "Devon Govett <devongovett@gmail.com>",
  "license": "MIT",
  "homepage": "https://github.com/devongovett/restructure"
}