{
  "name": "cbor",
  "version": "0.1.0",
  "homepage": "https://github.com/paroga/cbor-js",
  "authors": [
    "Patrick Gansterer <paroga@paroga.com>"
  ],
  "description": "The Concise Binary Object Representation (CBOR) data format (RFC7049) implemented in pure JavaScript.",
  "main": "cbor.js",
  "keywords": [
    "cbor"
  ],
  "license": "MIT",
  "homepage": "https://github.com/paroga/cbor-js",
  "ignore": [
    "**/.*",
    "test",
    "*.md",
    "Gruntfile.js",
    "package.json"
  ],
  "devDependencies": {
    "qunit": "1.18.0"
  }
}
