{
  "description": "Implementation of Concise Binary Object Representation (CBOR) data format (RFC7049).",
  "devDependencies": {
    "coveralls": "2.13.1",
    "eslint": "4.5.0",
    "istanbul": "0.4.5",
    "jasmine": "2.8.0",
    "jsdoc": "3.5.4",
    "tsd-jsdoc": "dcodeio/tsd-jsdoc#fe76c4dc071b00bb549d3af7a3bad8c555999e81",
    "webpack": "3.5.5"
  },
  "license": "GPL-3.0",
  "main": "src/cbor.js",
  "name": "wire-webapp-cbor",
  "repository": {
    "type": "git",
    "url": "git://github.com/wireapp/wire-webapp-cbor.git"
  },
  "scripts": {
    "coverage": "istanbul cover --report lcov ./node_modules/jasmine/bin/jasmine.js",
    "dist": "webpack",
    "lint": "eslint src/",
    "preversion": "yarn lint && yarn test && yarn types",
    "version": "yarn dist && git add dist/**/* typings/types.d.ts",
    "postversion": "git push && git push --tags",
    "test": "istanbul cover --report html ./node_modules/jasmine/bin/jasmine.js",
    "types": "jsdoc --verbose --pedantic --configure jsdoc.json src/ && node typings/replace.js"
  },
  "types": "typings/types.d.ts",
  "version": "2.1.5"
}
